I wanna connect my media player to the progress bar Here is my code :
var media55 :MediaPlayer
var progressBar55 :ProgressBar
progressBar55=findViewById(R.id.progressBar)
media55 = MediaPlayer()
media55.setDataSource("SONG URL HERE")
media55.prepare()
I wanna when I start media player the progress bar progress with the media player