[android-developers] Re: WebView starts with a delay

2009-02-07 Thread Mariano Kamp
Nice video - love the transitional effect between the screens ;-) How did you implement them? On Sat, Feb 7, 2009 at 2:03 AM, Fred Grott(shareme) fred.gr...@gmail.comwrote: The delay is it is processing these items in your head..loading javascript, css and etc. The way I handled it was

[android-developers] Re: WebView starts with a delay

2009-02-06 Thread Fred Grott(shareme)
The delay is it is processing these items in your head..loading javascript, css and etc. The way I handled it was setting background color to zero for transparency and using style to load a application logo image that user sees while stuff loads. You will not be able to speed it up however.