ysahmed / CountdownTimer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Just a simple countdown timer app. [WORK IN PROGRESS]

This project is built by following MVVM architecture guideline.
The purpose of this project is to experiment with the following Android and Jetpack components:

  • Service
  • AlarmManager
  • BroadcastReceiver
  • Local notification
  • Theme
  • Color
  • Navigation
  • Room database
  • Livedata

TODO

  • TimerService
  • Alarm
  • Notifications
  • Custom progressbar
  • Saving presets
  • Alarm-tone picker
  • API 33 support
  • Remove hardcoded strings
  • Code Cleanup

Special thanks

ShawnLin013 for the customizable NumberPicker.

About


Languages

Language:Kotlin 77.8%Language:Java 22.2%