livedata-databinding
There are 162 repositories under livedata-databinding topic.
mobiledevpro/Android-Kotlin-MVVM-Template
AppTemplate | MVVM + Clean Architecture | Kotlin, Coroutines, LiveData, Koin, Databinding, Navigation components, Room, Crashlytics, Circle CI config, commons classes for UI.
ZahraHeydari/Android-Clean-Arch-Coroutines-Koin
Implemented by Clean Architecture, MVVM, Koin, Coroutines, Moshi, Mockk, LiveData & DataBinding
agustarc/MVVMArchitecture
An example Android app using Retrofit, Room, LiveData, RxJava2, Paging, Koin and the MVVM pattern with the databinding
Lajesh/Android-MVVM
Android MVVM + Retrofit + Dagger 2 + Room
a914-gowtham/LetsChat
LetsChat is a Sample Messaging Android application built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger-Hilt, Architecture Components, MVVM, Room, Testing, Coil, DataStore) and Firebase
umangburman/MVVM-DataBinding-With-LiveData-Login
MVVM, DataBinding With LiveData - Login Example
Mustafashahoud/MoviesApp
A Movie Application uses TheMovie API, MVVM architecture and all jetpack components.
erikjhordan-rey/LiveData-DataBinding-Kotlin
Sample to practice LiveData + DataBinding
natario1/Elements
⚒ Modular components for RecyclerView development enforcing clean, reusable and testable code, with built-in support for paging and complex hierarchies of data.
anitaa1990/Dagger2-Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Shashank02051997/MovieFinderUsingMVVM-Android
🔥 MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application 📱to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) 😊😊😉
ardakazanci/Heyyoo
Heyyoo is a sample social media Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Architecture Components, MVVM, Room, Retrofit, Material Components).
droiddevgeeks/NewsApp
This is demo news app that show news in list . RxJava, Dagger , DataBinding ,MVVM , LiveData all are used.
samira-badamestani/android-clean-architecture
Android Sample Clean Architecture App written in Kotlin. (MVVM, dagger2, RXjava, data binding, Live data,room)
mahmedMostafa/ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
rkandoroidrepo/android-paging-library-sample
A sample application to describe a new way of paging in recyclerView using paging library.
Aish05/restcountries-app
App that demonstrates mvvm with koin and other architecture components
alfayedoficial/Pagination_Recyclerview_Android_Kotlin
Pagination Recyclerview Android Kotlin We use the Pagination Library of Android Jetpack in this app to fetch data from the database to recyclerView by retrofit API, This code is following the principles MVVM design pattern and LiveData.
AnushkaMadusanka/RoomMVVMCrudApp
Complete android mvvm crud app example in kotlin. Created using room, data binding, view model, live data and coroutines. Read the complete tutorial form this link. https://appdevnotes.com/android-clean-architecture-project-example/
ArchitectAK/AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Sanaebadi97/Github-Api-Single-User
Fetched Data From Github Api (Single Users)
matin91/CoolRecyclerview
a Cool Recyclerview with Transition in Kotlin, an MVVM architecture application with demonstration of Data Binding, LiveData, also can be used as a template to expand on.
umutbayramoglu/mvvm-dagger2-databinding-retrofit-rxjava2
Sample Android MVVM Architecture Project using with Dagger2, Databinding, Retrofit, RxJava
PratthamArora/TodoList_App
A TodoList app that uses Room Database along with Coroutines to save todos. Dagger-Hilt is used for Dependency Injection. The app uses MVVM architecture with the repository pattern and LiveData. It also uses Data Binding with Navigation Components and DiffUtil for efficient RecyclerView. The app contains swipe to delete gestures and transition animations along with recycler view animations. The app uses Material Design components. You can search, sort, update existing todos, or delete them.
samira-badamestani/MVVM-Simple-Sample
Android Simple Sample MVVM Architecture App written in Kotlin. (retrofit ,ROOM,Livedata,databinding)
duart38/Observe
Type-safe observable values (made with Deno)
Firoz-Hasan/MVVM-DataBinding-LIveData-Retrofit-Coroutines-DependencyInjection-Kotlin
This is a experiment project which aims to provide fundamental idea about ViewModel, LiveData, MVVM, databinding, network call.
chenyy0708/AndroidJetPack
🔥🔥Android JetPack组件,涵盖了基本的用法 基本封装使用(MVVM、协程、Navigation等)
CHIRANJIT1988/android-mvvm-livedata-sample-login
MVVM Sample Login with LiveData Binding
forntoh/android-livedata-validation
DataBinding ViewModel form validation library for Android ♻
zeplee/android_base
📈📊🚀android aac mvvm databinding kotlin navigation room urls管理 router封装 lib
siddheshkothadi/Shopkart
A simple android app built using MVVM architecture.
Somnath6646/NewsApp
OnlyNews is basically a sample news app which is built to demonstrate the modern android tools.
alfayedoficial/Pagination_Recyclerview_Android_Java
Pagination Recyclerview Android Java We use the Pagination Library of Android Jetpack in this app to fetch data from the database to recyclerView by retrofit API, This code is following the principles of MVVM design pattern and LiveData.