https://github.com/apiorno/eggtimerexample
https://github.com/apiorno/eggtimerexample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apiorno/eggtimerexample
- Owner: apiorno
- License: other
- Created: 2020-12-03T04:19:31.000Z (over 4 years ago)
- Default Branch: release-candidate
- Last Pushed: 2020-12-03T04:25:50.000Z (over 4 years ago)
- Last Synced: 2025-02-11T12:21:21.236Z (4 months ago)
- Language: Kotlin
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EggTimer - Final Code
============================================================================Solution code for Advanced Android with Kotlin Codelab
Introduction
------------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.Pre-requisites
--------------You should be familiar with:
* Services, AlarmManager, Broadcast Receivers.
Getting Started
---------------1. Download
2. Swtich to start branch
3. Run the app.