I'm having trouble with the android.support.v4.widget.SimpleCursorAdapter class. Is the source available so I can properly debug whats going on?
The problem is that I'm using the loader model and have 5 rows returned with my cursor, however i only get one row drawn in the list despite the fact that the viewbinder is showing iteration through all columns of all rows (position is always 0 in the viewbinder). I've used similar code (almost exactly) for another project that was not using the compatibility library's SimpleCursorAdapter (Or loader api) and it was working fine, so I am assuming there is an issue with the compatibility library version, or that that what I'm doing only worked because of a bug in an older lib. Anyway, I kind of need the source in order to be able to see whats being called inside the class and why the position is not being advanced. -- 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

