MVVM is an architecture pattern for architecting applications that has become popular on Android.
In this workshop we will look at what is MVVM and how to use Architecture Components 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
- Leveraging Architecture Components
- Brief look at testing
- Hands on to building a solid and testable app which you can take home ;)