On Wed, Apr 27, 2011 at 8:14 PM, Lowell Kirsh <[email protected]> wrote:
> At a high level I understand what you are saying but I'm not sure where to > hook into the filtering. I don't know anything about filtering - haven't used it. > I think I know how to save and restore the list's checked state (e.g. set > of checked row ids) but where would I put the code to save the state and the > code to restore the state? The checked state of each entry is determined by the object that view represents. That object would have some sort of "selected" flag. ------------------------------------------------------------------------------------------------- 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

