Shanki Bansal
Shanki Bansal

Reputation: 1750

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.

Upvotes: 0

Views: 625

Answers (1)

Karakuri
Karakuri

Reputation: 38605

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

Upvotes: 2

Related Questions