I will post the points for creating a timer application in multiple articles. I'm lonely with just the timer, so I'll add a circular progress bar, alarm sound selection, alarm / vibration on / off, and so on.
--Set the timer time --Count down the timer --Operate with start / stop button and reset button --Activate alarm / vibration when timer expires --You can turn on / off the alarm sound and progress bar display on the setting screen. --Alarm sound can be selected from the setting screen --Visually display the remaining time with the progress bar -Displays visually pleasing animations
You can check the articles that describe each detailed procedure from the links below.
You can see the sample code from the URL of the Git repository below. https://github.com/msnsk/Qiita_Timer.git
Recommended Posts