Programmatically Fling ListView Android
- by Faisal Abid
Is there a way I can programatically perform a Fling on a listview? I know there is monkey that does all these things but that requires a computer connection with adb etc etc. I want to do it with my app on any phone, without monkey.
Thanks,
Faisal