databinding-library
There are 61 repositories under databinding-library topic.
LiteKite/Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
iwdael/Briefness
数据绑定、布局绑定、控件绑定、事件绑定、数据异常预处理、开发更加简单。
ls9512/UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
KunMinX/Strict-DataBinding
善用 DataBinding 彻底解决 “View 实例的 Null 安全一致性问题”
flipboxstudio/mvvm-starter
starter for Android MVVM Project using DataBinding Library
Lobster-King/IQDataBinding
iOS端View和ViewModel数据绑定框架。基于KVO监听所绑定ViewModel的属性,支持链式调用。
halilozel1903/CatchTheFruits
You can have fun with the Catch Fruits Game developed with Kotlin. 🍎 🍌 🍑 🍒 🫐 🍍 🥭 🥑 🍈 🍐 🍊
wellingtoncosta/android-mvvm-databinding-kotlin
A simple Android application project using MVVM + Data Binding + Retrofit + RxJava and written in Kotlin.
Sum-sdl/AndriodDevelopLibrary
Lifecycle->ViewModel+LiveData+Repository
ersiver/WeatherChecker
Android Weather app developed in Kotlin with use of Android Architecture Components, Coroutines, Retrofit, Moshi.
halilozel1903/DarkMode
Project about changing Themes in Android app. 💡🔦🗽 ( Dark & Light) Mode. 💫
green-nick/properties
Small lightweight library of observable properties.
himanshu24yadav/singWithUs
Music Streaming Application
prilaga/ObservableBackground
Helps set any background to the view with data binding.
leandroBorgesFerreira/WizardForm
Library to create wizard form with data binding
MirkoWu/BaseDataBindingLibrary
BaseDataBindingLibrary
parthdave93/RecyclerView-States-Databinding
RecyclerView States & Databinding
quicklearner4991/Room-Dagger-Hilt-Mvvm-DI-Coroutines-Retrofit-Data-Binding
Room-Dagger-Hilt-Mvvm-DI-Coroutines-Retrofit-Data-Binding
Shrikant-B/Tmdb-mvvm
The Movie Database implementation using Model-View-ViewModel architecture with dagger2 & rxjava
viniciusthiengo/tenis-mob-shop
Projeto Android (Data Binding API) do artigo
Coding-Meet/Rest-Api-Using-Volley-App
How to Make API calls using Android Volley Library | Android Studio | Kotlin
green-nick/properties-android
Android data-binding for https://github.com/green-nick/properties library
adizhavo/databinding
Databinding library for settings application data and bind them to events
AlexanderEggers/archtree
Collection of Android APIs to simplify the architecture of your app.
shahshail/YoutubePlayer-Kotlin
simple mock Youtube-like player using MVVM-Architecture Components(Data-Binding, Room, ViewModel, LiveData), Dagger2, Retrofit and RxAndroid and Backend in NodeJS with mongodb
SundaramKrishna/Android-Architecture-Components---ViewModel-Simple-Example
This sample is for understanding the View Model component from AAC
amrita-kumari/GithubExample
Sample Kotlin-MVVM example
datanapps/AndroidDataBinding
Now very easy to bind data and it's view (data binding) in android
nataraj06/DataBinding
Comparing Butterknife and Data Binding libraries
RuslanPrimak/CalculatorEditDialog
Number editor with calculator functionality
sathishmepco/Android-Data-Binding-Retrofit-RxJava-Common-Notes
This project shows how to use Android Data Binding in recycler view with Retrofit and RxJava.
fovelas/enhanced-activity
Enhanced AppCompatActivity library for handling data binding and other basic things.
sumitbhuia/Contacts_Manager
A contacts maanger , that uses ROOM DataBase, MVVM Architecture , DataBinding , LiveData , ViewModel , CardView , Recycle View
Shreyank031/DataBinding
Data Binding is a powerful feature provided by Android Jetpack that allows you to bind UI components in your layout files directly to data sources in your app using a declarative format rather than programmatically.
sumitbhuia/ViewModel_Factory_DataBinding
This app implements UI layer and Data layer Libraries . Which includes ViewModel for data persistency against config. changes . Factory for custom ViewModel constructors . View Binding and Data Binding for less calls of findViewById and better efficiency. And a transparent button spanning full screen.