Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.49 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.49 KB

CountDownTimer

This is a basic timer app in which the user can set up the timer length of his/her choice.

Key Features used :

  1. Shared preferences - the application gives a good practice of shared preferences to the developer.
  2. Material progressbar ( implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1' )
  3. Dynamic floating action buttons.
  4. Background working.

-> On start :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/1.png

-> Adjust the timer length :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/2.png

-> Timer Display :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/3.png

-> Timer activity paused :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/4.png

-> Timer resumed (working on background) :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/5.png

-> Timer finished :
https://github.com/Siddharth-sing/CountDownTimer/blob/main/TimerImages/6.png