Example android Model View View Model and DataBinding used to explain how to use this pattern in our android applications.
This example was created to support an article explanation [Escribiendo android apps con Data Binding][8] (spanish) and also it was created for a talk MVVM-android Meetup Androidinights by GDG Androidtitlan Mexico City March 2016.
Slides [My android Talk][1].
- [AppCompat, CardView, RecyclerView an DesignLibrary][2]
- [Data binding][7]
- [Retrofit 2][3]
- [RxJava & RxAndroid][4]
- [robolectric][5]
- [junit, mockito][6]
[8]: https://erikcaffrey.github.io/2015/12/16/databinding-android/
[7]: http://developer.android.com/intl/es/tools/data-binding/guide.html
[6]: http://mockito.org/
[5]: http://robolectric.org/
[4]: https://github.com/ReactiveX/RxAndroid
[3]: http://square.github.io/retrofit/
[2]: http://developer.android.com/intl/es/tools/support-library/index.html
[1]: https://speakerdeck.com/erikcaffrey/mvvm-android
- Erik González - [email protected]