blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
810 stars 150 forks source link

Implement infinite scroll. #37

Open AtharvaAbsolute opened 5 years ago

AtharvaAbsolute commented 5 years ago

I have implemented the library in a horizontal orientation, I have two items in my list, what I want is that both the items should be shown initially, one below the other, also when I swipe, the top view must come below the new one. Can this be implemented? The library has solved 90 per cent of my problems.

blipinsk commented 5 years ago

If I understand the problem correctly, you need to implement a looping ViewPager adapter. Search the StackOverflow, there are plenty of examples there.