Hi,
     In a ListView/CursorAdapter, it is easy to go from a position to
an itemId

((CursorAdapter)(listView.getAdapter()).getItemId(position);

Is there any way to do the reverse mapping? From an itemId, get its
position in the list?

Thanks,
Ambarish
-- 
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