Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 709 Bytes

File metadata and controls

23 lines (15 loc) · 709 Bytes

Water Me! app

This repository contains the code for the Water Me! app project.

This project is an opportunity for you to demonstrate the concepts you learned in Unit 7 of Android Basics with Compose.

Note: The app requires notifications to be enabled. To enable notifications, navigate to the Android Settings menu > Apps > Water Me > Notifications > Enable "All Water Me notifications".

Pre-requisites

You need to know:

  • How to create Composable functions.
  • How to use architecture components including ViewModel.
  • The concept of WorkManager.

Getting Started

  1. Download the starter code
  2. Open the project in Android Studio