views:

46

answers:

0

Hi,

I use webviews and html/css/js to make some of my app's UI. (easy to do in iPhone and easy to port from there)

as a structure i have a native view that takes me to a tabbar and each tab is an activity with its own webview that load a rather complex local (from assets) html.

the first load of such a tab takes about 1 sec on the emulator. i find this to be unacceptable.

is there a way to shorten this? - maybe by executing the onCreate method earlier than when the button that would normally trigger this gets pressed - maybe i could load the webviews at application launch and attach the to the views when the respective activities get created

thanks, alex