I have a Listview
in Android. I want that the Listview
continuously scrolls from top to bottom by itself. It should happen infinitely
And obviously I want to capture the click on any of the items of the Listview
, post that the scroll will continue
Anybody having experience with such an implementation. Please help !!