android ListView question
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-05-01T18:37:56Z
Indexed on
2010/05/01
18:47 UTC
Read the original article
Hit count: 180
android
Hi,
I have a ListView in my android application. If I flick up/down the ListView, which method will return my 'selected' element in my list View? How about if I use the track ball to navigate up/down my list view, which method will return the index of my selected element?
Thank you.
© Stack Overflow or respective owner