Search code examples
androidandroid-gridviewandroid-scroll

Scroll without Touch in Android


I want to give animation in GridView. So that when the list gets prepared, it will scroll to given position without touching the screen.


Solution

  • You can use the methods smoothScrollToPosition and smoothScrollToPositionFromTop to make the GridView go to that position.