My activity have a ProgressBar. When start activity, I\'ll check value get from another place and update to ProgressBar. Here\'s my code:
final ProgressBar p
Try with:
int currentPosition=0; int total=mediaPlayer.getDuration(); while(mediaPlayer!=null && currentPosition
Declare progressEnable globally:
private boolean progressEnable=true;