Android Question find top and down item in listview

khosrwb

Active Member
Licensed User
Longtime User
hi
how can I find top and down item in listview? when scroll listview
(1.find top item , 2.find down item)
sample: in screenshot (pic1) , I will find Item10 & item19

hint:
I know this : listview.get(10)
I find item when change scroll listview

thanks
 
Top