FlippableStackView icon indicating copy to clipboard operation
FlippableStackView copied to clipboard

Implement infinite scroll.

Open AtharvaAbsolute opened this issue 5 years ago • 1 comments

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.

AtharvaAbsolute avatar Mar 13 '19 08:03 AtharvaAbsolute

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

blipinsk avatar Mar 13 '19 20:03 blipinsk