I have a list of checkable items and an EditText which I use to filter this 
list of items. If I check, say, the second item in the list and then filter 
the list by entering some text in the EditText, it will keep the second list 
item checked even though, after filtering, that might be a different item 
than was originally checked. What pattern should I use to be associating the 
checked state with the backing object rather than its index within the list?

Thanks
Lowell

-- 
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

Reply via email to