Android Basics

Học Android từ MVC đến MVVM, databinding, LiveData, Navigation Component, LocalDatabase (Shared Preference, Room), and Coroutine

Contact us view

Facebook Group Facebook Page

Nội dung:

Play list

2- MVC Finished code here

  • 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

3 - MVVM Slide, code, and Video

4 - Databinding (One and two-way binding) One-way code - video

5 - LiveData Code, and Video

6 - Navigation Component Code and Video

7 - Local database Video

8. Summary

9. Exercise