All Projects β†’ wangerekaharun β†’ AndroidPagingWithCoroutines

wangerekaharun / AndroidPagingWithCoroutines

Licence: MIT license
Sample Code for implementing paging library with Kotlin Coroutines

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to AndroidPagingWithCoroutines

RickAndMorty-AndroidMVVMSample
An android sample project using Jetpack libraries and MVVM design pattern
Stars: ✭ 17 (-82.11%)
Mutual labels:  kotlin-coroutines, paging-library
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+764.21%)
Mutual labels:  kotlin-coroutines, jetpack-android
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (+105.26%)
Mutual labels:  paging-library, jetpack-android
Newz
Android App that shows Top Stories from the NY Times
Stars: ✭ 31 (-67.37%)
Mutual labels:  kotlin-coroutines, jetpack-android
StarWarsSearch-MVI
Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow), dagger hilt, and kotlin coroutines with StateFlow
Stars: ✭ 189 (+98.95%)
Mutual labels:  kotlin-coroutines, jetpack-android
PexWallpapers
Android application following best practices: Jetpack, Jetpack Compose, Modularity, Clean Architecture, Kotlin Coroutines, Tests, MVVM, DI, Static Analysis
Stars: ✭ 86 (-9.47%)
Mutual labels:  kotlin-coroutines
CameraXDemo
CameraXDemo - Demonstrate CameraX APIs like Preview, Capture and Analysis.
Stars: ✭ 17 (-82.11%)
Mutual labels:  jetpack-android
grpc-kapt
Annotation driven gRPC clients & servers in Kotlin
Stars: ✭ 25 (-73.68%)
Mutual labels:  kotlin-coroutines
GitReposCompose
GitReposCompose is an Android application πŸ“± for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (-66.32%)
Mutual labels:  jetpack-android
BottomNavArchDemo
The demo project for Bottom Navigation with Navigation Architecture Components article
Stars: ✭ 53 (-44.21%)
Mutual labels:  jetpack-android
DailyBugle
πŸ“°Modern MVVM Android application following single activity architecture which fetches news from πŸ•·οΈ news API. this repository contains some best practices ⚑ of android development
Stars: ✭ 17 (-82.11%)
Mutual labels:  kotlin-coroutines
sweekt
🍭 Some sugar to sweeten Kotlin development.
Stars: ✭ 35 (-63.16%)
Mutual labels:  kotlin-coroutines
Notflix
Kotlin Multiplatform playground
Stars: ✭ 272 (+186.32%)
Mutual labels:  kotlin-coroutines
GitMessengerBot-Android
νƒ€μž…μŠ€ν¬λ¦½νŠΈ, V8 μ—”μ§„μ˜ μžλ°”μŠ€ν¬λ¦½νŠΈ, 파이썬 그리고 Git을 μ§€μ›ν•˜λŠ” μ΅œμ²¨λ‹¨ λ©”μ‹ μ € 봇!
Stars: ✭ 51 (-46.32%)
Mutual labels:  kotlin-coroutines
ComposeNotes
Notes app with full jetpack compose architecture (UI + navigation). Uses MVVM, Room, Kotlin Flows & LiveData
Stars: ✭ 32 (-66.32%)
Mutual labels:  jetpack-android
TDDWeatherApp
Android App trying to apply TDD and using MVVM, Kotlin Coroutines
Stars: ✭ 38 (-60%)
Mutual labels:  kotlin-coroutines
tv-maniac
Tv-Maniac is a Multiplatform app (Android & iOS) for viewing TV Shows from TMDB.
Stars: ✭ 55 (-42.11%)
Mutual labels:  kotlin-coroutines
NoMoneyTrip
[SKT/ν•œκ΅­κ΄€κ΄‘κ³΅μ‚¬] 2020 슀마트 κ΄€κ΄‘ μ•± 개발 곡λͺ¨μ „ '무전여행' μ•±
Stars: ✭ 28 (-70.53%)
Mutual labels:  jetpack-android
Taskify
Taskify - An app to manage your daily tasks and boost your productivity. Taskify is built using kotlin and follows all modern android Development practices and hence is a good learning resource for beginners
Stars: ✭ 92 (-3.16%)
Mutual labels:  jetpack-android
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes πŸ—’οΈ create , edit and ❌ delete notes
Stars: ✭ 40 (-57.89%)
Mutual labels:  jetpack-android

AndroidPagingWithCoroutines

Update Note

This project uses a version of the Paging Library which is below v3.0. Paging 3.0 is a complete re-write of the library. It uses Kotlin, and it has first-class support for Kotlin coroutines and flow. It also has some new features. For example, it supports headers and footers, and it has retry and refresh mechanisms. Luckily, I have a tutorial on raywenderlich.com on the same. You can have a read here: Paging Library for Android With Kotlin: Creating Infinite Lists.

The master branch has implementation of Paging With Coroutines using a version of the paging library which is below v3.0. I have added a new branch, paging-3.0 with all the additions from Paging 3.0

The detailed explanation for the implementation on the master branch can be found in the Android Paging Library with Kotlin Coroutines article

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].