I have a listview which has a bunch of selections. I want to keep the focus on the listview in touchmode and get the item selected. What is the best way to do that?
I found this blog: http://bestsiteinthemultiverse.com/2009/12/android-selected-state-listview-example/
and http://developer.android.com/resources/articles/touch-mode.html
What does the community suggest?