BabyBook

Android Mobile application about keeping a baby book

Used Tech

  • Language : Kotlin
  • Database : Room
  • Async Handling : Coroutine, LiveData(for UI update)
  • Architecture : MVVM
  • Dependancy Injection : Hilt
  • Get view from layout : View Binding
  • For performance at list view : RecyclerView
  • Test : Instrumentation Test (for android platform dependant test), Unit Test (for android platform undependant test)

GitHub

View Github