How to implement a circular RecylerView / ListView using any CircularLayoutManager
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 efficint solution from any of them. These libraries are:
<a href="http://com.ramotion.circlemenu/" rel="nofollow noreferrer">1. RamotionCircleMenu -> In...