How to create a Recylerview that can circulate 360 degree?

117 Views Asked by At

How we can create a Circular RecylerView? Like this

Are there libraries for this, in which we can create circular recylerview like this? Kindly let me know if you have designed a recylerview like this. Thanks in advance Arfa Ejaz

Image Link: https://i.stack.imgur.com/sZrW2.png

2

There are 2 best solutions below

0
On

Instead of creating your own implementation, if you don't have a specific use-case you can just use a library, for instance CircularRecyclerView. Is a straightforward implementation.

But, if you want to make it custom, you can follow this tutorial circule-menu that is also good and I guess it fits on what you are looking for.

0
On

Use ViewPager and RecyclerView. Within each ViewPager screen add a Recycler View. This way you can scroll vertically as well Horizontally.