Room - SleepQualityTracker app

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
  • Recycler View

It also uses and builds on the following techniques:

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

Screenshots

Screenshot1 Screenshot2 Screenshot3