If you can't imagine what is MVVM, please read my medium article here first. It can fully explain the revolution of Software architecture pattern in Android apps development.
MVC, MVP, and MVVM Architecture Pattern from my 6 years of experience in Mobile apps Development
- https://danhtran.dev
- https://tiktok.com/@danhtran.dev
- https://medium.com/@danhtran-dev
- danhtran.dev@outlook.com
- Separate logic by UseCase
- Apply MockK in Unit Test
- Apply DataBinding
- Apply StateFlow, SharedFlow in ViewModel
- Migrate RxJava2 to Coroutine
- Migrate Dagger2 to Hilt