• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Circle seekbar for progression audio

triplerre

Lurker
i need to create a circle seekbar for progression audio.

I create a vertical seekbar:

startTime = mp.getCurrentPosition();
sk.setProgress((int)startTime);
handler.postDelayed(this, 100);
But i want to see the status of audio every instant on a circle.

Thanks to everyone!!
 
Back
Top Bottom