You don’t need to page your lists. The Android ListView is very efficient at displaying long lists (recycling views, fast scrolling, etc), assuming you are showing data derived from a database (there are other examples if you are dynamically downloading your data)
The world of ListView http://code.google.com/events/io/2010/sessions/world-of-listview-android.html Regards Mark -- 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

