Re: [android-developers] Re: Optimizing list view scroll

2010-08-27 Thread Dianne Hackborn
This is an API demo for dealing with data that is slow to load: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List13.html You'll of course want to do this a little differently, filling in as much of each item as you can when binding, and having a backgr

Re: [android-developers] Re: Optimizing list view scroll

2010-08-26 Thread Dianne Hackborn
http://developer.android.com/guide/developing/tools/traceview.html This may not be documented, but in newer versions you can use the "am" command to start and stop profiling. Use "adb shell am" to get help for the command. On Th