listadapter
There are 52 repositories under listadapter topic.
hi-dhl/JDataBinding
JDataBinding 是基于 DataBinding 封装的基础库,持续更新中 ...... 如果对你有帮助,请在右上角 star 一下,感谢
MortezaNedaei/DragDropListAdater
Hold, Drag & Drop for RecyclerView ListAdapter using DiffUtil, ViewModel, LiveData & Dagger Hilt Approach
ArdorHoon/DragAndDropTwoRecyclerView
Example of code for Drag and drop in different Recyclerview
dchandrani/recyclerview-kotlin-listadapter
This is example demonstrating how to display list of items in a RecyclerView using ListAdapter instead of RecyclerView.Adapter using Kotlin language.
Mosericko/SimpleCaching
Simple Caching application from @CodinginFlow
shashankdaima/BasicHttpCaching
Project Made for internshala course. Used volley for http request and room to cache. This doesn't contain Network Bound Resource pattern.
comye1/SpeechRecognizerExample_2
영어 음성인식하여 일기형식으로 저장하는 어플 - DataBinding, ViewModel, Room Database, LiveData, Coroutine, RecyclerView(ListAdapter, DiffUtil 사용)
rajatandroiddev/LibraryApp
Library app to fetch books details along with registration form to fill up and send to host
antoniokranjcina/AsyncLabsTask-ISS
App shows interesting stuff about ISS
comye1/MVVMTodo
유튜브 따라서 - Jetpack Navigation, Room Database, Dagger-hilt, View Binding, RecyclerView(ListAdapter, DiffUtil), ViewModel, Flow, Jetpack DataStore, SavedStateHandle
DarkNDev/EverKeep
EverKeep is a simple note taking app with scribble and reminder features.
DarkNDev/EverNews
News from news-api
DarkNDev/EverPics
High Quality Images from UnSplash using unsplash-api.
ericntd/recyclerview-insert-delete
Playground for RecyclerView insertion and deletion
ExpensiveBelly/ListAdapterDragAndDropApplication
ListAdapter (androidx.recyclerview:recyclerview:1.0.0) issue with drag and drop
orioonyx/CustomRecyclerview
LayoutManager, ScrollView 커스텀
PerihanMohamed/BusStop
reading and manipulating data with SQL , how to create and use relational databases using Room Library
S-H-U-R-A/FotosMarte-Use-Databinding-LiveData-Viewmodel-Retrofit-Moshi-BindingAdapter-MockWebServer-RecyclerVi
En este codelab se vio como usar Retrofit en conjunto con Moshi para recuperar data de Internet, se uso Databinding y @BindingAdapter que es la forma de crear atributos Xml a los View personalizados y que puedan comunicarse con los LiveData, ademas se uso RecyclerView con su Manager GridLayoutManager, además se hizo test con MockWebServery
S-H-U-R-A/WaterMeCodelab-Use-WorkManager-LocalNotification-ViewModel-LiveData-Databinding-RecycleView-ListAdap
CodeLab final de WorkManager, se aprende a usar tareas programadas para mandar una notificación y transformación de la opcacidad de una imágen.
SWvp/GO4LUNCH_kotlin
Find your favorite restaurant with your friends ! MVVM, clean architecture (Java to Kotlin/in progress)
ankit7248/Paging_3
Paging 3 ➤ 1. Paging Source 2. Pager(Size configuration) 3. Paging Adapter ; Basically It's use for infinite scrolling
DarkNDev/ChatRoom
Android client app for chat-api
DarkNDev/NetKeep
Android client app for notes-api with user authetication
sarapmagcode/Bus-Schedule-App-using-Room-and-Flow
An app that reads bus schedule from a local database using Room persistence library
ankit7248/List_Adapter
ListAdapter -> Compare olditem && New item by using ( DiffUtil )
EvolvingLearner/FetchCountryList
Android List of countries and details in recyclerview with best use of MMVM architecture, Manual DI, Screen rotation , Retrofit
S-H-U-R-A/CodeLabAmphibians-Use-Retrofit-Moshi-RecyclerView-ListAdapter-Databinding-LiveData-Viewmodel-BiAdapt
CodeLab de uso, Retrofit, DataBinding, LiveData, ViewModel, Recyclerview, Moshi, BindingAdapter, TestUI, Navigation, ListAdapter.
Shreyank031/ListAdapter
ListAdapter in Android simplifies list management by automatically handling updates and efficiently updating the UI when data changes. It utilizes DiffUtil.Callback to compute differences between lists, facilitating smooth updates by identifying added, removed, or modified items. This pairing imporves the user experience and optimizes performance.
subhajit4980/Fakestore
fetching Api from fakestore Api using retrofit2 in MVVM architechture . Also used ListAdapter with DiffUtils.