cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Smooth scroll #341

Open nienlm-hhtv opened 8 years ago

nienlm-hhtv commented 8 years ago

I have a question: How can I make the recyclerview smoothly scroll to adaper's dataset position ?

jjhesk commented 8 years ago

i think there is a section in the library that you can implement a smoothscroll to position and adding an additional time for animation completion. For dataset position you might have to read about this im still trying to understand it. There is also another tutorial you can follow thru with it

SeyedAliFarjaD commented 8 years ago

use Recyclerview itself UltimateRecycler.mRecyclerView.smoothScrollToPosition(0);