I’m learning Android and since I’m a beginner I thought it could be appropriate to make some kind of stopwatch as my first app. I also need one since I want to measure my long walks.
I have done the part with the buttons and all that stuff, now I’m not sure how to get this time thing to get hours, minutes and seconds to update the textView?
I also wonder how I should do to get calls to a method, like each, 30 minutes?
Preciate some guidance and hints! Thanks!
Just create a thread for that task the same as we did here:
http://www.itcuties.com/android/how-to-create-android-splash-screen/
Let’s modify our code a little bit 🙂