Học Android từ MVC đến MVVM, databinding, LiveData, Navigation Component, LocalDatabase (Shared Preference, Room), and Coroutine
1- Introduction
-
2.1 - Create a list counter with recycler view Finished code here
Exercise: Please update the fun updateList(data: List<Counter>)
in the CounterAdapter
that only change row of updated or new item
Bài tập: Vui lòng thay đổi hàm fun updateList(data: List<Counter>)
của lớp CounterAdapter
để khi danh sách mới đưa vào chỉ thay đổi item mới hoặc có sửa đổi
-
2.2 - Recycler view solution Giải bài tập (excercise solution) Video
-
4.1 - Challenge Video
7 - Local database Video
-
7.2 - Coroutine Video