One thing that you may not realize is that if you try to do a long
process in your onCreate() in your Activity, you may have the system
present you with the "oh no, this activity is unresponsive" dialog.
Better would be to just create all Views and things in onCreate() and
launch a background thread to do any long processing you need to do to
populate your ListView.

My guess is that this is the problem you're having, rather than
ListView being slow.

- michael
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to