I am creating voice recording application.i done voice recording start and stop.but i want to update recording time,progress in activity.can u please suggest me which approach is good in android
Asked
Active
Viewed 1,538 times
1
-
Have a look on this http://androidcodeexamples.blogspot.in/2012/06/voice-recording-in-android.html – Shruti Sep 18 '13 at 06:22
-
hi shruthi ,I was all ready done voice recording but i want to update recording time,progress when i recording audio. – Surya B Sep 18 '13 at 06:31
-
Finding examples of how to update a text field periodically should be trivial. See http://stackoverflow.com/questions/4597690/android-timer-how for example. – Michael Sep 18 '13 at 07:39
-
@Surya, how did you fix this? I tried a separate timer but the problem is that how do we keep Recording & the timer in sync? – AndroidDev Aug 07 '14 at 07:56