Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 694 Bytes

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.