How to create a cyclic scrollview?

As the title says, how do I create a scroll with a loop? :)

In other words, when scrolling down, scrolling should not stop and continue at the same speed from the top level! I hope someone knows this!

+3
source share
1 answer

If you can afford to use listViewinstead scrollView, there is a library that can turn it into a circular listView:

Circular list Android ListView. , , , ;). , . . jar Android.

: , , 2011 . , . , .

0

All Articles