0

I want to have a circular seek bar in my android studio app using kotlin, something like that:

enter image description here

Then I want to add an image in it to be a music app with a picture of the music and that seek bar represents the progress of the music.

It will be better if I could change the theme, and thanks for your time.

  • There's nothing built in for that. You'll either need to find a library or write your own custom view. – Gabe Sechan Mar 27 '21 at 17:20
  • This answer might help : https://stackoverflow.com/questions/21333866/how-to-create-a-circular-progressbar-in-android-which-rotates-on-it – Prashant naik Mar 27 '21 at 17:23

2 Answers2

1

I've never used Kotlin before so forgive me if this doesn't work. But follow this Github Project. And check out this Video

1

You can this library to show the progress in circular view.

Prashant naik
  • 359
  • 2
  • 11