MVVM is a design pattern for architecting applications that have become popular on Android.
In this talk, we will look at what is MVVM and how to use ArchitectureComponents with them, and share my experience on how I build robust, maintainable and testable apps using them.
- What is MVVM
- How it differs from other design patterns
- Learn how to do MVVM with Architecture Components
- A brief look at testing
- Advantages