bky373 / sleep-quality-tracker-app

안드로이드 수면 퀄리티 체크 앱 (Udacity 과정 Lesson 6 구현 by Borahm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😴 Sleep Quality Tracker App (수면 퀄리티 체크 앱) 😴

Udacity 과정 Lesson 6 실습 (링크 : https://www.udacity.com/)
This is the toy app for Lesson 6 of the Android App Development in Kotlin course on Udacity.

Descriptions

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

  • Start time
  • End time
  • Quality
  • Time slept

💡 Focused on: Room 💡

  • I've Covered

    • Room database
    • DAO
    • Application Architecture with Room
    • Coroutines
  • 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

Playing the App

play sample


  • Pressing the START button

pressing START


  • Pressing the STOP button

pressing STOP


  • Pressing the CLEAR button

pressing CLEAR


  • Playing Again

playing again


About

안드로이드 수면 퀄리티 체크 앱 (Udacity 과정 Lesson 6 구현 by Borahm)

License:Other


Languages

Language:Kotlin 100.0%