Auto-scrolling of AdapterView (Listview, GridView,…)
问题 Background I'm trying to make an AdapterView (listview, gridview,...) to slowly auto scroll . the user can toggle it whenever he wishes, and it doesn't necessary move all the way to the end of the adapterView. again, i DO NOT wish to make the adapterView to scroll all the way to the bottom since the user should be able to cancel the auto-scrolling. What I've tried for this, i'm using the next code: private static final SCROLLING_RUNNABLE = new Runnable() { @Override public void run() { final