android - Getting list item index -


other using listeners, there way can index of item in list?

if using 'getcheckeditemposition' dont forget set choice mode single in order ensure 1 item can selected @ time. ie via

getlistview().setchoicemode(listview.choice_mode_single);

and answer question : yes , can used without listener.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -