It is a Data Binding example project that illustrate how Data Binding works, why we have to use it instead of old fashion way, how to implement MVVM Design Pattern using Data Binding and creating a full calculator project with all common functions in only half an hour.
This is a simple example for booking movie seats in general movie/film mobile application. The concept is simply combined of State Design Pattern
, Android Data Binding
and Multibinding + Autofactory
below.
This example is basically used for simple using of data binding for Views and RecyclerView using model.
A starter project for Android MVVM Project with DataBinding Library. Completed with samples for
Demo that shows how to use RxJava with Android Data Binding ObservableFields.
An example application for the Android Data Binding library, implementing retrofit to fetch a list of repositories and update a RecyclerView using the binding methods to display each repository as a view component.
Using Recyclerview with the new Android Data Binding framework.