focus item listview
-
Hello! Is there any method by which to find out which item the ListView was focused?
-
mListView.getSelectedItem()
and following it in the documentation, two methods should help you.http://developer.android.com/reference/android/widget/AdapterView.html#getSelectedItem() - Documentation