An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: listadapter

NineDer56/MyMovies

List of popular movies

Language: Kotlin - Size: 177 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Akshaya-Amar/Note-App

Simple and fast Note app for Android to create, update, delete and view notes with additional features like search notes functionality, undo note if it's deleted.

Language: Kotlin - Size: 293 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Akshaya-Amar/MVVM-Listify

Android App to fetch the list of users with their details and display them in a list.

Language: Kotlin - Size: 136 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

NineDer56/ShoppingList

Example of Shopping list

Language: Kotlin - Size: 166 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hi-dhl/JDataBinding

JDataBinding 是基于 DataBinding 封装的基础库,持续更新中 ...... 如果对你有帮助,请在右上角 star 一下,感谢

Language: Kotlin - Size: 193 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 76 - Forks: 5

huniflow/DragAndDropTwoRecyclerView

Example of code for Drag and drop in different Recyclerview

Language: Kotlin - Size: 155 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

DarkNDev/EverKeep

EverKeep is a simple note taking app with scribble and reminder features.

Language: Kotlin - Size: 178 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

manoj-mili/listadapter

Simple Example App to understand implementation of ListAdapter

Language: Kotlin - Size: 132 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

SongDanielLi/SongAdapterLib

A simple recyclerView adapter using ListAdapter, DataBinding and DiffUtil

Language: Kotlin - Size: 273 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wailbabou/ListAdapter-Template

ListAdapter template for Android studio : Kotlin

Size: 203 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Gvicho/Homework14_Leacture17

Language: Kotlin - Size: 106 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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.

Language: Kotlin - Size: 107 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gvicho/test6

Language: Kotlin - Size: 142 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

melissaOzay/Weather-App

Language: Kotlin - Size: 6.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

yatapone/SampleTabList

Android sample code for using TabLayout, ViewPager and ListAdapter. This app dynamically generates non-fixed size of tabs, list adapters.

Language: Kotlin - Size: 229 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

ElianFabian/SimpleListAdapter

An easy way to define list adapters without boilerplate code for both adapters of one item and multi-item adapters

Language: Kotlin - Size: 263 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

rajatandroiddev/LibraryApp

Library app to fetch books details along with registration form to fill up and send to host

Language: Kotlin - Size: 147 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

DarkNDev/NetKeep

Android client app for notes-api with user authetication

Language: Kotlin - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DarkNDev/EverNews

News from news-api

Language: Kotlin - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ericntd/recyclerview-insert-delete

Playground for RecyclerView insertion and deletion

Language: Kotlin - Size: 133 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abdulwahabhassan/upload

I demonstrate a simple use-case of the Media Store for querying and displaying images on a user's android device

Language: Kotlin - Size: 1.45 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sarapmagcode/Bus-Schedule-App-using-Room-and-Flow

An app that reads bus schedule from a local database using Room persistence library

Language: Kotlin - Size: 154 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: Kotlin - Size: 201 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ankit7248/List_Adapter

ListAdapter -> Compare olditem && New item by using ( DiffUtil )

Language: Kotlin - Size: 96.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

subhajit4980/Fakestore

fetching Api from fakestore Api using retrofit2 in MVVM architechture . Also used ListAdapter with DiffUtils.

Language: Kotlin - Size: 106 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

S-H-U-R-A/CodelabForage-Use-Room-Datbinding-ViewBinding-Viewmodel-LiveData-Flow-Navigation-TestUI-RecyclerView

Codelab de Repaso de ROOM

Language: Kotlin - Size: 114 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

S-H-U-R-A/BusSchedule-Use-ViewBinding-Flow-Room-ListAdapter-RecyclerView-Navigation

Codelab BusSchedule

Language: Kotlin - Size: 142 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

shashankdaima/BasicHttpCaching

Project Made for internshala course. Used volley for http request and room to cache. This doesn't contain Network Bound Resource pattern.

Language: Kotlin - Size: 14.5 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

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.

Language: Kotlin - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

Language: Kotlin - Size: 240 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

profe-PMDM/AdvancedRecyclerViewDemo

Sample Code for Lesson 10 RecyclerView (2022-2023)

Language: Kotlin - Size: 106 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

comye1/SpeechRecognizerExample_2

영어 음성인식하여 일기형식으로 저장하는 어플 - DataBinding, ViewModel, Room Database, LiveData, Coroutine, RecyclerView(ListAdapter, DiffUtil 사용)

Language: Kotlin - Size: 172 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

orioonyx/CustomRecyclerview

LayoutManager, ScrollView 커스텀

Language: Kotlin - Size: 2.86 MB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

antoniokranjcina/AsyncLabsTask-ISS

App shows interesting stuff about ISS

Language: Kotlin - Size: 328 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Mosericko/SimpleCaching

Simple Caching application from @CodinginFlow

Language: Kotlin - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

gmzucolo/android-basics-kotlin-bus-schedule-app Fork of google-developer-training/android-basics-kotlin-bus-schedule-app

Learn to work with databases on Android using the Room persistence library.

Size: 150 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mustafayigitt/AndroidLearningProjects

Language: Kotlin - Size: 460 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

YashKr01/Foodium

Language: Kotlin - Size: 1010 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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.

Language: Kotlin - Size: 126 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

MortezaNedaei/DragDropListAdater

Hold, Drag & Drop for RecyclerView ListAdapter using DiffUtil, ViewModel, LiveData & Dagger Hilt Approach

Language: Kotlin - Size: 8.05 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

SWvp/GO4LUNCH_kotlin

Find your favorite restaurant with your friends ! MVVM, clean architecture (Java to Kotlin/in progress)

Language: Kotlin - Size: 18.1 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

SWvp/noteApp

Note application, first project in Kotlin

Language: Kotlin - Size: 110 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

comye1/MVVMTodo Fork of codinginflow/MVVMTodo

유튜브 따라서 - Jetpack Navigation, Room Database, Dagger-hilt, View Binding, RecyclerView(ListAdapter, DiffUtil), ViewModel, Flow, Jetpack DataStore, SavedStateHandle

Language: Kotlin - Size: 209 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

QueenieCplusplus/Android_Review_24

GridView, Pass Param between two diff Destination within NavigationUI

Language: Kotlin - Size: 910 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

KennethSS/SolarListView

Using Recyclerview with Data Binding and ViewModel

Language: Kotlin - Size: 4.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hasanuzzaman-dev/list-adapter

Language: Java - Size: 138 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

antoniokranjcina/GithubRepositoriesApi

App uses GitHub API and fetches data with Retrofit2 in RecyclerView

Language: Kotlin - Size: 136 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

leon9reat/KotlinCoro

Kotlin RecyclerView Coroutine Koin Retrofit ViewModel ListAdapter

Language: Kotlin - Size: 134 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ExpensiveBelly/ListAdapterDragAndDropApplication

ListAdapter (androidx.recyclerview:recyclerview:1.0.0) issue with drag and drop

Language: Kotlin - Size: 19.5 MB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

bhavanaramesh3/just-code-it

Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Related Keywords
listadapter 50 recyclerview 27 kotlin 18 android 16 retrofit2 11 viewmodel 10 mvvm 9 mvvm-architecture 9 livedata 8 room-database 7 diffutil-recyclerview 7 databinding 7 dagger-hilt 6 flow 6 databinding-android 6 room 5 viewmodel-livedata 5 kotlin-coroutines 5 recyclerview-adapter 5 glide 5 kotlin-android 4 kotlin-flow 4 navigation 4 room-persistence-library 4 coroutines 4 clean-architecture 4 navigation-component 4 fragments 3 livedata-viewmodel 3 viewbinding 3 viewbinding-android 3 adapter 3 bindingadapter 3 retrofit 2 diffutil 2 view-binding 2 workmanager 2 viewpager 2 android-studio 2 coroutine 2 viewpager2 2 extension-functions 2 glide-library 2 hilt-dependency-injection 2 datastore-preferences 2 navigation-architecture-component 2 test-ui 2 drag-and-drop 2 moshi 2 jetpack-navigation 2 drop 1 coroutines-flow 1 generic-adapter 1 jetpack 1 drag 1 protodatastore 1 repository 1 rxjava 1 lambda-functions 1 android-architecture-components 1 mvvm-android 1 jetpack-android 1 espresso 1 scrollview 1 layoutmanager 1 android-mvvm 1 retrofit2-kotlin 1 mockwebserver 1 gridlayoutmanager 1 depuracion 1 ssp 1 binding 1 apigithub 1 mmvm 1 simplerecyclerview 1 custombinding 1 simpleadapter 1 inject 1 koin 1 gridview 1 fragment 1 e-commerce 1 savedstate 1 picasso 1 jetpack-datastore 1 mockk 1 hilt 1 appdevelopment 1 constraintlayout 1 usecase 1 searchview 1 placedetails 1 place-autocomplete 1 nearby-places 1 mockito 1 material-design 1 google-maps-api 1 firebase-firestore 1 firebase-auth 1 facebooksdk 1