I am new in Android. I want to make one Audio Recording application. In that when I Click on start button then in textView I want to display timer. For example, I want to display like this way:- 1.20 or 2.30…
Can any one help me for displaying timer?
I know this is not a big question but I dont understand the concept of timer in the way I want to used in my application.
Please guide me anybody.
Thanks.
For this purpose try Android Chronometer Class, Its much more simpler than inventing your own
A very basic example is given here