Hi, i have a main activity that needs quit a lot to load
so i thought about a trick:

i call a intropage that shows a pic and from directly it calls by
intent the
long loading page.

Finaly I thought I would see the pic and in the background the other
intent
is loading, when its done the intro page dissapear automaticly and
voila.

(yes i thought i am very clever.... )

But now i see, that the Intro Page does not come initialized at all.
I see in the header that the intro page is active, but the pic is not
shown.
immediatly it loads the main intent.

So i guess i have to options.. make a small wait (but how) that the
pic from
the intro is finaly shown.. or more professional I have the option to
request
from windowmanager or so, if the layout from the intro is full shown.
Only when that is done, I would call the Intent to start the main
activity.

Any Ideas?

Thanks
Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to