Need help with android WebView
Posted
by Jesse
on Stack Overflow
See other posts from Stack Overflow
or by Jesse
Published on 2010-04-18T20:15:38Z
Indexed on
2010/04/18
20:23 UTC
Read the original article
Hit count: 534
Hello, I am new to Android and java development. I create a WebView object in the OnCreate function. Now I need to be able to pass this same object to other functions in the code, such as the onOptionsItemSelected function. I currently have it where I just create a new WebView object in each function where I need it, but this slows down the code since it has to recreate it and such.
© Stack Overflow or respective owner