Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 325 Bytes

Kotlin_EX1 - Android (Kotlin) Excercise #1

Demonstrates the following:

  • Kotlin language.
  • Coroutines - Kotlin & Android.
  • DI in android using Dagger2 lib.
  • MVVM Arch.
  • Using LiveData & ViewModels.
  • Room Persistence lib.
  • Pagination.
  • Preformance of RecyclerAdapter - AsyncListDiffer & Data Binding.