Home > other >  Circular draggable slider in jetpack compose
Circular draggable slider in jetpack compose

Time:12-21

I need to prepare a UI with a circular slider where I can pass value or move drag the pointer to slide in the slider similar to the screenshot attached. enter image description here

enter image description here

How can I achieve it?

CodePudding user response:

Check out the solution in this screencap

  • Related