项目作者: fede-debe

项目描述 :
Add notifications to the NotificationsApp. Use channels and importance for the app notifications. Customize and style the notifications. FCM to handle the notifications service.
高级语言: Kotlin
项目地址: git://github.com/fede-debe/NotificationsApp.git
创建时间: 2021-06-26T14:38:57Z
项目社区:https://github.com/fede-debe/NotificationsApp

开源协议:Other

下载


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.