How to do repeated (circular) horizontal scrolling?

how to make horizontal scrolling repeat. I have a list of views that are coming from the server. if the list is complete, it starts again at the first item.

+3


source to share


1 answer


Why not use listview

, it is better for you in this case when you need memory management.

and for your adapter / list this can be used



https://github.com/ragunathjawahar/circular-list-adapter

0


source







All Articles