Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with paging3

A curated list of projects in awesome lists tagged with paging3 .

https://github.com/vipyinzhiwei/eyepetizer

🔥基于 Kotlin 语言仿写「开眼 Eyepetizer」的一个短视频 Android 客户端项目,采用 Jetpack + 协程实现的 MVVM 架构。

android android-jetpack appstartup coroutines databinding datastore kotlin livedata-viewmodel mvvm mvvm-architecture paging3 vipyinzhiwei

Last synced: 21 Dec 2024

https://github.com/VIPyinzhiwei/Eyepetizer

🔥基于 Kotlin 语言仿写「开眼 Eyepetizer」的一个短视频 Android 客户端项目,采用 Jetpack + 协程实现的 MVVM 架构。

android android-jetpack appstartup coroutines databinding datastore kotlin livedata-viewmodel mvvm mvvm-architecture paging3 vipyinzhiwei

Last synced: 17 Nov 2024

https://github.com/FunkyMuse/Vigilante

🛡️ Android security (camera/microphone dots indicators) app using Hilt, Animations, Coroutines, Material, StateFlow, Jetpack (Room, ViewModel, Paging, Security, Biometrics, Start-up) based on MVVM architecture.

android androidanimation androidviewmodel biometrics-android camera clean-architecture clean-architecture-coroutines coroutines-android dagger2 hilt-android hilt-dependency-injection kotlin material-animation microphone mvvm-android mvvm-architecture paging3 room-persistence-library screen-dots stateflow

Last synced: 30 Oct 2024

https://github.com/skydoves/retrofit-adapters

🚆 Retrofit call adapters for modeling network responses using Kotlin Result, Jetpack Paging3, and Arrow Either.

android arrow-kt coroutines either jetpack kotlin kotlin-result network paging3 retrofit retrofit2

Last synced: 21 Dec 2024

https://github.com/zedlabs/WallPortal

Minimal Wallpapers for Android using Kotlin+Compose+MVVM+Hilt+Coroutines+Jetpack(Room, Paging, Navigation)

android android-studio coroutines coroutines-flow hacktoberfest jetpack jetpack-compose kotlin kotlin-android mvvm paging3 room-persistence-library ui

Last synced: 11 Nov 2024

https://github.com/Ericgacoki/NeatFlix

An android app built using Jetpack Compose that consumes TMDB API to display the current trending, upcoming, top rated, and popular movies and tv-shows. It also suggests films based on your watch list.

coil-image-loader hilt-android hilt-dependency-injection jetpack-compose kotlin kotlin-android mvvm-architecture paging3 timber tmdb-api

Last synced: 03 Nov 2024

https://github.com/stevdza-san/borutoapp

This is an Android app built with Jetpack Compose. It uses Paging 3 library to fetch the data from our own REST API server developed with Ktor framework.

accompanist android clean-architecture dagger-hilt datastore-android jetpack-compose kotlin kotlinx-serialization mvvm-architecture offline-caching paging3 palette-api rest-api retrofit2 room-database testing

Last synced: 30 Nov 2024

https://github.com/arjunjadeja/samachar

Samachar is an Android news app built to demonstrate the MVVM architecture in Kotlin. It utilizes Jetpack Compose, Dagger Hilt, Retrofit, RoomDB, Coroutines, and Flow.

android coil compose-ui dagger-hilt flow jetpack-compose mvvm-architecture paging3 retrofit2

Last synced: 18 Dec 2024

https://github.com/mr3y-the-programmer/Ludi

🎮 Catch up with the latest gaming news, Discover new games, and much more. 🕹️

android android-app androidx compose-multiplatform jetpack-compose kotlin kotlin-multiplatform material-design-3 paging3 rawg-api sqldelight2

Last synced: 07 Nov 2024

https://github.com/2307vivek/pagingcompose-sample

This is a sample project which demonstrates how to create infinite lists 📋📋 with Paging 3 library in Jetpack Compose using modern Android Architecture Components(Kotlin, MVVM, Flow, Jetpack Compose, Paging 3 Library, Android Jetpack).

android compose flow jetpack-compose jetpack-compose-tutorial kotlin kotlin-android kotlin-flow livedata mvvm mvvm-android mvvm-architecture mvvm-pattern paging paging-library paging3 repository retrofit2

Last synced: 01 Nov 2024

https://github.com/ndiritumichael/rick-and-morty-compose

Simple android application that consumes Rick and Morty API to display characters,episodes,Location. Using it to demonstrate clean architecture and modularization in android development.

android clean-architecture compose coroutines dagger-hilt depedency-injection flow jetpack-compose kotlin module-pattern mvvm-android mvvm-architecture paging3 retrofit rick-and-morty solid-principles

Last synced: 02 Nov 2024

https://github.com/ronnieotieno/android-paging-3-with-mvvm-retrofit-and-flow

The repo shows details on how to use paging 3 with retrofit and LiveData/Flow. The repo also follows Mvvm architecture with Dagger Hilt

android-paging-library dagger-android dagger-hilt mvvm-architecture paging3

Last synced: 12 Nov 2024

https://github.com/ImnIrdst/iiCnma

A playground android app, showcasing the latest technologies and architectures using the Movie Database APIs.

android clean-architecture coroutine coroutines-flow hilt mockk mvvm navigation-component paging3

Last synced: 17 Nov 2024

https://github.com/ronnieotieno/pokeapi-pokedex

Consumption of PokeApi using Kotlin flows, Paging 3, Dagger hilt, and other assorted Jetpack libraries. The app uses MVVM architecture.

architecture daggerhilt kotlin mvvm-android paging3

Last synced: 12 Nov 2024

https://github.com/dheerajkotwani/cinewatch

🎥 A minimalistic movie listing app to browse movies using TMDB API, 📲 built to demonstrate MVVM Architecture, Kotlin, Coroutines, Dagger 2/Hilt, Architecture Components, Room, Retrofit, Material Components, CI/CD.

android ci-cd coil coroutines dagger-hilt kotlin livedata mvvm navigation-graph paging3 retrofit2 room tmdb viewbinding viewmodel

Last synced: 14 Oct 2024

https://github.com/ronnieotieno/dagger-2-mvvm-android

A repository to refresh my mind on Dagger 2, if you would like Repos with Hilt keep scrolling my Repos.

android-paging-library dagger2 dagger2-android dagger2-mvvm kotlin kotlin-flow mvvm-android mvvm-architecture paging3 retrofit2

Last synced: 12 Nov 2024

https://github.com/amrdeveloper/askme

Social media app to ask and answer user questions and interact with users

android coroutine dagger2 databinding expressjs hilt-android jwt kotlin kotlin-android multer mvvm navigation-component nodejs paging3 retrofit

Last synced: 28 Oct 2024

https://github.com/nameisjayant/paging3-in-android-kotlin

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.

adapter android flow kotlin paging paging-library-in-android paging3 recyclerview retrofit retrofit2

Last synced: 18 Nov 2024

https://github.com/saadkhanjadoon/mvvm_paging3_application

This is a MVVM App with Paging 3 implementation that uses The Rick and Morty API for fetching data.

android android-app android-application coroutines kotlin kotlinflows mvvm-sample paging-library-in-android paging3

Last synced: 13 Nov 2024

https://github.com/nameisjayant/paging3-with-roomdatabase-and-retrofit-in-android-kotlin

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.

androd kotlin paging paging3 paging3-viewbinding retrofit room-database room-persistence-library

Last synced: 18 Nov 2024

https://github.com/iamsuatzengin/jetmovies

I built this project with Jetpack Compose and TheMovieDb API.

android coroutines hilt-android jetpack-compose kotlin paging3 retrofit2 room

Last synced: 07 Nov 2024

https://github.com/kaustubhpatange/composition-adapter

A way of writing RecyclerView adapter through Kotlin's DSL

kotlin lifecycle paging3 recyclerview recyclerview-adapter

Last synced: 06 Nov 2024

https://github.com/odaridavid/androidgraphqlclient

My GraphQL playground with Rick and Morty API.apollo+coroutines+flow+paging3

apollographql flow graphql kotlin-android pagination paging3

Last synced: 12 Nov 2024

https://github.com/hossamsadekk/newshub

☄️ Android app built with jetpack compose that follows a multi-module architecture and clean architecture principles and implemented with 🌊 coroutine & Flows , Coil , Paging3 , Retrofit , DataStore , Room , Timber , 🗡️DaggerHilt ,🧭ComposeNavigation , Turbine , Junit4 , MockK , LottieAnimation , etc...

android clean-architecture coil-image-loader compose coroutines firebase flow junit4 kotlin lottie-animation mockk modularization mvi-clean-architecture paging3 room-database timber turbine

Last synced: 12 Oct 2024

https://github.com/josue-lubaki/homefinder

Application for sale and rent of houses 🏠

accompanist coil jetpack-compose paging3 retrofit room-database

Last synced: 16 Nov 2024

https://github.com/abdallahabdelfattah13/simple-news-app

A simple news app allows searhcing for news given a search term.

android kotlin mockito-kotlin paging-library-in-android paging3 rxjava2

Last synced: 19 Nov 2024

https://github.com/ndiritumichael/git-issues

An android project to fetch repository issues using the Github Graphql API with paging 3 remote mediator for efficient paging and caching

android apollographql cicd firebase graphql jetpack-compose modularization mvvm paging3 paging3-compose remote-mediator room

Last synced: 02 Nov 2024

https://github.com/tarikul711/movieapp-android-jetpack-kotlin-coroutine-caching

Movie Application in android. This application developed to learn about different android topic example Jetpack, Coroutine, livedata, ViewModel, navigation, Paging etc

android-application android-studio coroutines jetpack jetpack-navigation livedata movie-reviews movies-api mvvm-architecture paging3 retrofit viewmodel

Last synced: 13 Nov 2024

https://github.com/getrighhttt/rickandmortyandroidmvvm

RIckAndMortyMvvm app just to practice paging and caching data with a recycler view. I will be adding in majority of the other jetpack components as well.

api dagger-hilt factory-pattern flow httpinterceptor mvvm-architecture networking paging3 recylerview repository room-database viewbinding-android viewmodel

Last synced: 14 Dec 2024

https://github.com/kaushalvasava/paging3

It is a project about how to fetch data from rest api using retrofit library and how to load different pages data into recyclerview using Paging3 in android

api coroutines flow kotlin mvvm networking paging3 recyclerview recyclerview-adapter retrofit2

Last synced: 13 Dec 2024

https://github.com/kanch231004/TwitterDemo

This app demonstrates Paging3 with clean architecture using Kotlin and MVVM pattern. Please star the repository if you find it helpful.

android-application clean-architecture flows hilt-android kotlin-coroutines mvvm-architecture paging-library-in-android paging3 system-design unit-testing

Last synced: 23 Oct 2024

https://github.com/poulastaadas/movie-browsing-app

A Movie Browsing navite android Application build using jetpack compose and custom backend build using ktor (used only for Authentication).

android compose jetpack-android jetpack-compose jetpack-navigation kotlin kotlin-android ktor ktor-server movie-recommendation-app paging3

Last synced: 10 Nov 2024

https://github.com/jsericksk/cedro-news-app

App que exibe notícias do site da prefeitura do Cedro-CE, consumindo uma API criada por mim.

jetpack-compose koin-android kotlin paging3 retrofit

Last synced: 06 Dec 2024

https://github.com/abdo-essam/wallpapers

Wallpapers is a super-fast 🚀, lightweight built purely with Kotlin and Android Architecture Components.

android coroutines flow glide kotlin livedata-viewmodel mvvm-architecture navigation paging3 retrofit2

Last synced: 21 Nov 2024

https://github.com/alperozturk96/ilovemovies

The purpose of this application is to demonstrate using modern libraries together.

android kotlin mvvm-android navigation-ui paging-library-in-android paging3 reactive-programming retrofit2-rxjava rx rxjava

Last synced: 13 Nov 2024

https://github.com/dinesh2510/android-movie-app-kotlin

By using TMDB API , we created an android app with kotlin. We also used android latest features and frameworks like MVVM + Dagger hilt + Retrofit + Coroutines + Flow + Paging3 + Moshi.

android dagger-hilt dagger2-android hilt-android jetpack-android kotlin kotlin-coroutines kotlinflows moshi moshi-adapter mvvm-architecture mvvm-architecture-pattern pagination paging3 retrofit2 stateflow-android tmdb-api

Last synced: 04 Dec 2024

https://github.com/kaushalvasava/wallpaperapp

It is a wallpaper app using Unsplash Api. It is a project using Jetpack Compose, Retrofit, Coroutines, MVVM architecture, REST API and Paging3 for pagination.

android api coroutines kotlin mvvm networking pagination paging paging3 retrofit retrofit2-kotlin viewmodel

Last synced: 13 Dec 2024

https://github.com/kaushalvasava/annpurna_food_app

It is a food store and delivery app using Koltin, Navigation Components, Paging3, Firestore database, Remote config, Push notifications, Rest API, MVVM Architecture.

android android-app android-development firebase firestore food food-delivery-application food-ordering kotlin paging3 pushnotifications remoteconfig restapi retrofit2 shopping-app

Last synced: 13 Dec 2024

https://github.com/wangzhiyao/blood

Help my mother record her's blood pressure

blood-pressure hilt jetpack kotlin paging3 room

Last synced: 10 Nov 2024

https://github.com/erayagdogan/dictionary

Jetpack Compose dictionary app using https://dictionaryapi.dev/ as API.

android-app dictionary jetpack-compose material-3 multi-module mvvm-architecture pagination paging3 retrofit2 room vievmodel

Last synced: 10 Nov 2024

https://github.com/euantorano/compose-paging-with-search-example

An example of a Compose app using androidx.paging with live search results.

android-app compose paging3

Last synced: 08 Nov 2024

https://github.com/waffiqaziz/story-app

Story App is an Android app built for educational purposes, allowing users to post stories with photos, share locations, and discover other people's activities.

android appcompat camerax custom-view espresso google-maps-api kotlin mockito paging3 remote-mediator retrofit2 room-database splashscreenapi ui-testing uix unit-testing

Last synced: 08 Nov 2024

https://github.com/banziha104/cleanarchitecturewithmvvm

Clean Architecture + Paging3 연습

clean-architecture paging3

Last synced: 24 Nov 2024

https://github.com/xandeer/heart-music

An Android music app written by compose.

compose-ui paging3 room

Last synced: 07 Nov 2024

https://github.com/tibolte/rickandmorty

App of Rick And Morty using https://rickandmortyapi.com/ with first screen showing a paginated list of characters.

androidx clean-architecture dark-theme flow mvvm navigation-architecture-component paging3 retrofit room-persistence-library testing

Last synced: 08 Nov 2024

https://github.com/hossamsadekk/mortyverse-graphql

👽 Android app built with -> Apollo , Koin , Timber , Coroutines , Flows , Paging3 , Compose , Compose Navigation , Landscapist

apollo compose compose-navigation coroutines flows koin paging3 timber

Last synced: 17 Nov 2024

https://github.com/ishinzoo/chattingapp

ChatterBox is a modern chatting application built on Android, leveraging cutting-edge technologies such as Jetpack Compose,MVVM architecture, FireStore Database, Firebase Authentication and Firebase Storage.

composenavigation dagger-hilt firebase firebase-auth firestore-database jepackcompose kotlin mvvm-architecture paging3

Last synced: 08 Nov 2024

https://github.com/jsericksk/rick-and-morty-paging3

Projeto de estudos da biblioteca Paging3 para paginação.

hilt-android mvvm-architecture paging3 retrofit2

Last synced: 06 Dec 2024