I have an application that initializes a bunch of strings on startup.  
This takes a few seconds and I need either a progress bar or wait 
dialog.  On other platforms this is usually not problem to pop something 
up.  But Android needs to work on either how the progress bar (maybe in 
the title bar works) or how temporary dialogs work.  I've seen other 
postings from people looking to make their progress bars or dialogs work 
but often no reply.  Apparently none of these things will work until the 
layout is displayed?  And it is of course a bunch of strings in a 
TextView in my layout that is causing the delay.  What workarounds are 
there?  I've not seen any examples that deal with this so far.

- Brian


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

Reply via email to