项目作者: MichaelKMalak

项目描述 :
The SleepQualityTracker app is a demo app that helps the user collect information about his sleep.
高级语言: Kotlin
项目地址: git://github.com/MichaelKMalak/sleep-tracker-with-recyclerview.git
创建时间: 2019-09-24T04:22:43Z
项目社区:https://github.com/MichaelKMalak/sleep-tracker-with-recyclerview

开源协议:Other

下载


SleepQualityTracker app

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

The SleepQualityTracker app is a demo app that helps the user collect information about his sleep.

  • Start time
  • End time
  • Quality
  • Time slept

This app demonstrates the following views and techniques:

  • Recyclerview (Adapter pattern)
  • Room database
  • DAO
  • Coroutines
  • Transformation map
  • Data Binding in XML files
  • ViewModel Factory
  • Using Backing Properties to protect MutableLiveData
  • Observable state LiveData variables to trigger navigation