bky373 / sleep-quality-tracker-with-recyclerview

๐Ÿ“ ์ˆ˜๋ฉด ํ€„๋ฆฌํ‹ฐ ์ฒดํฌ ์•ฑ (Android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ˜ด Sleep Quality Tracker App (์ˆ˜๋ฉด ํ€„๋ฆฌํ‹ฐ ์ฒดํฌ ์•ฑ)โ€‹

Contents

  1. ์•ฑ ์†Œ๊ฐœ
  2. ๋‹ค๋ฅธ ์•ฑ
  3. ์‚ฌ์šฉ ๊ธฐ์ˆ 
  4. ์•ฑ ์‹คํ–‰ ํ™”๋ฉด

์•ฑ ์†Œ๊ฐœ

์ˆ˜๋ฉด (ํ€„๋ฆฌํ‹ฐ) ์ •๋ณด๋ฅผ ์ˆ˜์ง‘ํ•˜๋Š” ๋ฐ ๋„์›€์„ ์ฃผ๋Š” ์•ฑ์ž…๋‹ˆ๋‹ค :)

Udacity ๊ณผ์ • Lesson 7 ์‹ค์Šต
Android App Development in Kotlin course

๋‹ค๋ฅธ ์•ฑ

Lesson 10 : GDG Finder (๋‚ด ์ฃผ๋ณ€์˜ GDG ์ฐพ๊ธฐ ์•ฑ)

Lesson 9 : Anroid Videos Viewer (์•ˆ๋“œ๋กœ์ด๋“œ ์˜์ƒ ๋ทฐ์–ด ์•ฑ)

Lesson 8 : Mars Real Estate (ํ™”์„ฑ(ํ–‰์„ฑ) ๋ถ€๋™์‚ฐ ์•ฑ)

Lesson 6 : Sleep Quality Tracker (์ˆ˜๋ฉด ํ€„๋ฆฌํ‹ฐ ์ฒดํฌ ์•ฑ, recycelrview ์ ์šฉ X)

Lesson 5 : Guess It (๋‹จ์–ด ๋งžํžˆ๊ธฐ ๊ฒŒ์ž„ ์•ฑ)

Lesson 4 : Dessert Pusher (๋””์ €ํŠธ ๋ˆ„๋ฅด๊ธฐ ์•ฑ)

Lesson 3 : Android Trivia App (์•ˆ๋“œ๋กœ์ด๋“œ ํ€ด์ฆˆ ์•ฑ)

Lesson 2 : About Me (์ž๊ธฐ ์†Œ๊ฐœ ์•ฑ)

Lesson 1 : Dice Roller (์ฃผ์‚ฌ์œ„ ๋˜์ง€๊ธฐ ์•ฑ)

์‚ฌ์šฉ ๊ธฐ์ˆ โ€‹

  • ์ฃผ์š” ๊ธฐ์ˆ 

    • Application Architecture with Room database, DAO
    • MVVM, LiveData
    • RecyclerView, Adapter(ListAdapter, BindingAdapter), VIewHolder, LayoutManagers(Linear, Grid)
    • Navigation
    • Coroutines
  • ๊ทธ ์™ธ ๊ธฐ์ˆ 

    • Transformation map
    • DataBinding in XML files
    • ViewModel Factory
    • Backing Properties to protect MutableLiveData
    • Observable state LiveData variables to trigger navigation
    • Sealed Class
    • ClickListener Callbacks

์•ฑ ์‹คํ–‰ ํ™”๋ฉด

  • START ๋ฒ„ํŠผ๊ณผ STOP ๋ฒ„ํŠผ์„ ์ฐจ๋ก€๋Œ€๋กœ ๋ˆŒ๋ €์„ ๋•Œ

pressing START and STOP in turn


  • ์•„์ด์ฝ˜ ํด๋ฆญํ–ˆ์„ ๋•Œ

clicking view


  • clear ๋ฒ„ํŠผ ํด๋ฆญํ–ˆ์„ ๋•Œ

clicking view


About

๐Ÿ“ ์ˆ˜๋ฉด ํ€„๋ฆฌํ‹ฐ ์ฒดํฌ ์•ฑ (Android)

License:Other


Languages

Language:Kotlin 100.0%