You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,5 +14,10 @@ A timer app for cooking eggs, using notifications.
14
14
- customizing the notifications.
15
15
- adding quick actions to make the notification interactive.
16
16
- turning off notification badges.
17
+
- pushing messages to the user via Firebase Cloud Messaging.
18
+
- transfering data from a backend to the app.
17
19
18
-
Based on [Using Android Notifications](https://developer.android.com/codelabs/advanced-android-kotlin-training-notifications#0) by Google Codelabs (2022).
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
| 17 |[Fun Facts](https://github.com/solygambas/kotlin-projects/tree/main/17-fun-facts)| An app that displays fun facts about Android, using FirebaseUI Authentication. |
24
24
| 18 |[Wander](https://github.com/solygambas/kotlin-projects/tree/main/18-wander)| A Google Maps app that displays customized maps and the user's location. |
25
25
| 19 |[Treasure Hunt](https://github.com/solygambas/kotlin-projects/tree/main/19-treasure-hunt)| A real-world scavenger hunt using geofencing. |
26
-
| 20 |[Egg Timer](https://github.com/solygambas/kotlin-projects/tree/main/20-egg-timer)| A timer app for cooking eggs, using notifications. |
26
+
| 20 |[Egg Timer](https://github.com/solygambas/kotlin-projects/tree/main/20-egg-timer)| A timer app for cooking eggs, using notifications and Firebase Cloud Messaging.|
0 commit comments