Calling a function when a row is highlighted in Listview
Posted
by takyon
on Stack Overflow
See other posts from Stack Overflow
or by takyon
Published on 2010-06-08T21:36:24Z
Indexed on
2010/06/08
21:42 UTC
Read the original article
Hit count: 150
android
I know that when a row is selected in list view, the function onListItemClick() is called.
I want to know which function is called when a row in ListView is highlighted(not selected).
© Stack Overflow or respective owner