I have a webview and i have next previous buttons to get to the next or previous picture. What i want to do if possible is : Can i display the first picture but the webview loads (in the background the other pictures(other URLS) so that are available in the cache when a new picture is needed. Thank you
+1
A:
This is possible if you use two Webviews
and a ViewFlipper
to change between them.
This way while the user looks at one, the other is loading the content. And when flips(you need to implement) it will bring up instantly the loaded image.
Pentium10
2010-07-06 20:51:43
Thank you very much i'll try it out
weakwire
2010-07-06 22:38:24
i actually used N webviews for N pictures and a viewflipper.
weakwire
2010-07-07 17:03:46