We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

How to use MVVM pattern in Android

Formal Metadata

Title
How to use MVVM pattern in Android
Title of Series
Number of Parts
46
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
I would like to show how to use Model-View-ViewModel (MVVM) design pattern on the Android platform. Using this aproach UI code is easier to read, test and maintain. I will show how it can help to: remove lots of unnecessary code not write boilerplate code any more turn Android unit tests running for ages into pure POJO PresentationModels with normal JUnit tests I will present framework which helps to achieve this goals and how to configure gradle build script to use it.