[android-developers] Multiple calls to SimpleCursorAdapater#bindView

2010-07-30 Thread William Ferguson
Hi all, I have a ListView populated using a SimpleCursorAdapter that has a ViewBinder, and I'm finding that when the ListView is displayed, ViewBinder#setViewValue is called 3 times for each row of the cursor. Once during onMeasure: at au.com.xandar.contactsmanager.DisplayContactsActivity

[android-developers] Multiple calls to SimpleCursorAdapater#bindView

2010-10-03 Thread bobetko
I am using setViewValue method of ShowViewBinder to access image inside row of listView. The idea is to load image from internet and display it inside row of listView. To load image, I am starting new image loader thread, but what I discovered when debugging this code, for each row I am actually s