WheelView
WheelView copied to clipboard
How to make the wheel smother
I am working on an application in which I have integrated this library and for wheels, I have used custom drawables. I am getting position perfectly and I have faced no issue in setup. But using drawable when I scroll the wheel it is lagging, not rotating properly. Is there any solution to make rotation smoother. If anyone has any idea please help me.
I faced the same problem and I detected that the problem is related to ScrollView. I hope this helps somebody who faces the same problem.