Hello, I try to create list view that get its data from CursorAdapter. My cursor will contain all the row. And within the adapter implementation, base on a criteria, I want to skip a certain row from being displaying in the listview.
Is that possible? Example from a newView or bindView method, i return null. will that work? Thanks, darakok -- 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

