Since the ListView recylces the convertViews, you will have to keep track of the items which are selected when they go off the screen. This happens when you use convert views for lists and recycle it.
On Thu, Oct 7, 2010 at 11:04 AM, RKJ (Android developer) < [email protected]> wrote: > Hi, > > I'm facing problem in scrolling. > I've 20-25 items in my List, if i checked first check box, scroll > down, then come up, my checked status lost (becomes unchecked), in > cursor adaptor. If i use base adaptor problem is resolved but major > issue with base adaptor is performance, if my list goes beyond the 100 > items. > > I need help, i'm stuck here since more than 7-8 days > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- 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

