Solution code for Advanced Android with Kotlin Codelab
EggTimer is a timer app for cooking eggs. You can start and stop the timer, choose different cooking intervals..
In this codelab, working from this starter app, you:
- Add notitications to the eggtimer app.
- Use channels and importance for the app notifications.
- Customize and style the notifications.
You should be familiar with:
- Services, AlarmManager, Broadcast Receivers.