Sure it is. The adaptor has all the items. The view has the visible items. If you want to do something with the visible items you can use the view. If you want to do something with all the items you can use the adaptor. If the adaptor doesn't have enough information to know the state of the checkbox you may have problems but you will when the list scrolls anyway.
On Aug 20, 12:57 pm, Goutom <[email protected]> wrote: > Hi Treking > This is not the answer. > > On Fri, Aug 19, 2011 at 5:45 PM, TreKing <[email protected]> wrote: > > On Fri, Aug 19, 2011 at 7:41 PM, Goutom <[email protected]> wrote: > > >> Any help? > > > Use the adapter that backs the listview. > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > transit tracking app for Android-powered devices > > > -- > > 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 -- 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

