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)
Asked
Active
Viewed 1,194 times
1 Answers
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
-
can you tell me more , how can i do it ? – AndroidM Apr 24 '13 at 07:55
-
see this post,it will help you http://stackoverflow.com/questions/6450275/android-how-to-work-with-asynctasks-progressdialog – MR. Kumar Apr 24 '13 at 07:59