I have added a Button
at the bottom of screen. It is a "Go To Top" button.
I want to make it hidden when user is at top of the list i.e on first row, and show it when he scrolls down to beyond second row.
I can add onscroll listner to the ListView. But I am not sure how to check for row number
Can anyone provide an example how to achieve it?