A sample sleep tracker app, showcasing how to create custom layouts and graphics in Compose
30 Hrs. | Intermediate
This Course Includes:
A project that demonstrates the use of Android Jetpack Compose to build a UI for a sleep tracking app. The app allows users to track their sleep.With the “Sleep Tracker” app, you can assess the quality of sleep they have had in a day. It has been time and again proven that a good quality sleep is pretty essential for effective functioning of both mind and body.
“Sleep Tracker” application enables you to start the timer when they are in the bed and about to fall asleep. The timer will keep running in the background until it is stopped, whenever the user wakes up. Based on the sleep experience, you can rate your sleep quality. Finally , the app will display an analysis of the kind of sleep , you had the previous night.
Learning Outcomes :
By end of this project:
You’ll be able to work on Android studio and build an app.
You’ll be able to integrate the database accordingly.
Project Workflow:
Users register into the application.
After registration , user logins into the application.
User enters into the main page
User can track the sleep timing and he record the time
Tasks:
1.Required initial steps
2.Creating a new project.
3.Adding required dependencies.
4.Creating the database classes.
5.Building application UI and connecting to database.
6.Using AndroidManifest.xml
7.Running the application.