I want to make a CircularListView
that will be coming from corner click of screen and only half list item should be visible before scrolling. And the item in list is in Dynamic nature - .
And I have used these libraries from github but not getting any efficient solution from any of them. These libraries are:
RamotionCircleMenu -> In this library custom layout is not possible.
HellocslCursorWheelLayout -> Here no customization is possible, Item Selection is poor.
JungHsuanCircularList -> When you add items in bulk the item overlaps, circle radius not get updated according to item count(still this one is better)
LukedeightonWheelview -> Only
Drawable
as item is allowed.
So please let me know if anyone is having solution for it. I want the solution for dynamic item count, custom layout as item and smooth scroll of List/RecyclerView
.