Hi All,

My first activity is a start/splash screen, with one button "show my
list".
The next activity is obviously the list (which represents an heavy
model).

Today, I only load the data while starting the second activity (using
AsyncTask, while loading there is a progress dialog).

But what I want is to start the loading while showing the splash
screen. If the user then move to second activity, I should display a
progress dialog if the loading was not finished, but if the loading
was finished i simply displayed the list.

Thanks !

-- 
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