ragunathjawahar / circular-list-adapter

A simple Circular List Adapter for Android
32 stars 13 forks source link

Going backwards. #2

Closed nilsi closed 8 years ago

nilsi commented 8 years ago

This works great for going down in the list but backwards it's just like a normal list and hits the start. Is there a way to make it work similar the other way around as when scrolling down? Or I have to scroll down far enough when opening the fragment so I'm sure the user wont scroll whole way back to the start? Thanks

ragunathjawahar commented 8 years ago

The least expensive way would be to scoll like you said ;)

nilsi commented 8 years ago

Thanks, yeah I went with a PageViewer instead, easier to set up in my case.

ragunathjawahar commented 8 years ago

Awesome.