Bind attributes easily in your custom views using annotations.
Android DataBinding kit for notifying data changes from Model layers to UI layers on MVVM architecture.
Android DataBinding wrapper for MPAndroidChart, using chart in a MVVM way!
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.
DataBinding converter library for RxJava2. This Library provide ObservableField to convert RxJava2.
Bindings for properties with simple Kotlin types (Boolean, String) to layout traits (visibility, text).
This library handles Orientation change for databinding.
View-data binding on Android.
Data binding library for Android which is:
RxJava binding APIs for observable fields and observable collections from the Data Binding Library.
Easily obtain and bind styleable attribute values. Annotate your styleable fields:
java @Styleable(R.styleable.CustomView_showText) boolean showText; @ColorInt @Styleable(value = R.styleable.CustomView_textColor, defaultRes = R.color.default_text_color) int textColor;
Then call the static obtain method providing the View object instance as the target, the AttributeSet containing the values, and any additional parameters:
java Glimpse.obtain(this, attrs);
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.
Kripton is a java library, for Android and Java platform, that provides a simple and uniform way to manage persistence of Java classes in different flavours through annotations and interface. Supported persistence methods are:
To get max performance and avoid boilerplate-code, Kripton use annotation processor. With the power of annotation processor is possible to create code to persist a java class, simply with an annotation. There are many other libraries that do this, but Kripton allows to persists java object in different ways with an unique set of annotation and mechanisms.
This example is basically used for simple using of data binding for Views and RecyclerView using model.
Cinder helps you write concise and declarative code with Android’s data binding Observable classes.
A starter project for Android MVVM Project with DataBinding Library. Completed with samples for
RxJava2 extensions for Android Databindings library.
@BindingAdapter
for loading the images with Glide without writing a single line of code using Data Binding Library.
Demo that shows how to use RxJava with Android Data Binding ObservableFields.
This project goal is to create activity fragment and views, with less code to be more efficient on the view models.
Demo app for Deep dive into Android Data Binding talk.
This library offers easy view bindings for Android.
A lightweight library aiming to speed up Android app development by leveraging the new Android Data Binding and taking the best from the Model-View-ViewModel design pattern.
Android MVVM framework write in kotlin, base on anko, simple but powerful.
Provides useful subclasses from Support Library that work with Data Binding.
With Carpaccio, your views became smarter, instead of calling functions on views, now your views can call functions! You no longer need to extend a view to set a custom behavior.
Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework.
AEB - Android Easy Binding. Android View properties binding to the Business Objects (known as POJO).
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.