Skip to content

This app demonstrates the following views and techniques: Room Database, DAO, Coroutines, RecyclerView, Custom Adapter

License

Notifications You must be signed in to change notification settings

fede-debe/TrackMySleepQuality

Repository files navigation

Room - SleepQualityTracker app

This is the toy app for Lesson 6 of the Android App Development in Kotlin course on Udacity.

SleepQualityTracker

The SleepQualityTracker app is a demo app that helps you collect information about your sleep.

  • Start time
  • End time
  • Quality
  • Time slept

This app demonstrates the following views and techniques:

  • Room database
  • DAO
  • Coroutines

It also uses and builds on the following techniques from previous lessons:

  • Transformation map
  • Data Binding in XML files
  • ViewModel Factory
  • Using Backing Properties to protect MutableLiveData
  • Observable state LiveData variables to trigger navigation

Screenshots

Screenshot1 Screenshot2 Screenshot3

About

This app demonstrates the following views and techniques: Room Database, DAO, Coroutines, RecyclerView, Custom Adapter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages