1

Is it possible to automatically increment a seekbar every seconds for a specific duration ( Ex 60 mins) ??? ( i want to get something like a player progress bar , but i'm not using MediaPlayer)

AndroidM
  • 411
  • 4
  • 7
  • 20

1 Answers1

0

yes you can create custom progress same as seekbar and use Asynctask method to perfrom same operation. It means sleep for some time in doInbackground and update it in postexecute method.

MR. Kumar
  • 661
  • 8
  • 25