Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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.

Jun 10, 2015

A starter project for Android MVVM Project with DataBinding Library. Completed with samples for

  • RecyclerView implementation
  • ViewPager implementation
  • Retrofit implementation
  • Camera & Calendar utils
Dec 4, 2016

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.

Feb 5, 2017

Using Recyclerview with the new Android Data Binding framework.

Jun 4, 2015

Demo that shows how to use RxJava with Android Data Binding ObservableFields.

Sep 20, 2016

This example is basically used for simple using of data binding for Views and RecyclerView using model.

Jan 5, 2017

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.

Mar 10, 2018