Hi,

In onCreate(), first I am drawing the loading screen, then calling a
handler, which will create the database and inserting contents. But
when executing, its not showing the loadingScreen. Its just showing
the blank screen for few seconds and drawing the page directly after
creating database.

The inference I got was, the onCreate loop is executing till end, so
there is no time to call the loading screen. Handler is creating a
seperate thread and we have UI thread, so in UI thread, I am drawing
the loadingScreen and in handler, creting the database and inserting
contents

How to solve this ? Any Idea please.

Nithin

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