On Thu, May 6, 2010 at 10:53 AM, Jaime <[email protected]> wrote:

> getCheckedItemPositions() will get the positions but I can't figure out how
> to iterate over the listview to get the names.
>

Your list view will be backed by some adapter, containing the information
you're displaying (including the names) yes? So you have the checked item
positions - which pretty much tells you exactly which objects you need to
get from your adapter which should have the names you're interested in.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

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