https://github.com/sorianog/eggtimerapp
"Egg Timer" app from Udacity Android Kotlin Advanced course
https://github.com/sorianog/eggtimerapp
android firebase kotlin mobile-app notifications
Last synced: 3 months ago
JSON representation
"Egg Timer" app from Udacity Android Kotlin Advanced course
- Host: GitHub
- URL: https://github.com/sorianog/eggtimerapp
- Owner: sorianog
- License: other
- Created: 2020-07-14T19:55:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T19:57:20.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T05:11:15.389Z (over 1 year ago)
- Topics: android, firebase, kotlin, mobile-app, notifications
- Language: Kotlin
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# EggTimer
Using Notifcations
Lesson 2 of [Advanced Android with Kotlin course on Udacity](https://classroom.udacity.com/courses/ud940)
Updates:
* Latest library versions (see .gradle files) with minor code refactoring
* Steps from [Google Codelabs (01.1-2)](https://codelabs.developers.google.com/advanced-android-kotlin-training/)
## Introduction
EggTimer is a timer app for cooking eggs.
You can start and stop the timer, choose different cooking intervals..
Tasks:
* Add notitications to the eggtimer app.
* Use channels and importance for the app notifications.
* Customize and style the notifications.
* Add Firebase Cloud Messaging to send push notifications.
## Pre-requisites
You should be familiar with:
* Services, AlarmManager, Broadcast Receivers.
## Screenshots