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 -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -