Closed jianyaoang closed 8 years ago
You can't do this with GravitySnapHelper. You'll need to create custom snaphelper that behaves likes you described. A ViewPagerSnapHelper would be a cool addition to this project, but it's not on my plans right now.
First of all, absolutely like this! It was really easy to use, and the results achieved is amazing.
I have a question, and not sure how do I go about if I implement this with my RecyclerView. Basically, my RecyclerView is showing 4 rows per screen. Using RecyclerViewSnap, how do I go about scrolling my RecyclerView like a ViewPager? I like how RecyclerViewSnap already does help me present only 4 rows per screen, but I was hoping to achieve this:
Thank you!