smurat / Android-Kotlin-Room-Database-DAO-Coroutines-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Room - SleepQualityTracker app

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

About

License:Other


Languages

Language:Kotlin 100.0%