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
-
TimerService -
Alarm -
Notifications -
Custom progressbar -
Saving presets -
Alarm-tone picker - API 33 support
- Remove hardcoded strings
- Code Cleanup
ShawnLin013 for the customizable NumberPicker.