All Projects → 2307vivek → Paging-3-Sample

2307vivek / Paging-3-Sample

Licence: MIT License
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Paging-3-Sample

Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+60.42%)
Mutual labels:  coroutines, mvvm, viewmodel, retrofit2, architecture-components
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+706.25%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (+196.88%)
Mutual labels:  coroutines, mvvm, retrofit2, architecture-components
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+1920.83%)
Mutual labels:  coroutines, mvvm, retrofit2, mvvm-android
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-81.25%)
Mutual labels:  mvvm, viewmodel, retrofit2, architecture-components
Kotlinjetpackinaction
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手
Stars: ✭ 264 (+175%)
Mutual labels:  coroutines, mvvm, viewmodel, retrofit2
Modular App Core
Core implementations for a modular Android App
Stars: ✭ 127 (+32.29%)
Mutual labels:  coroutines, mvvm, retrofit2, architecture-components
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+127.08%)
Mutual labels:  mvvm, viewmodel, retrofit2, architecture-components
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+59.38%)
Mutual labels:  coroutines, mvvm, viewmodel, retrofit2
DaggerExoPlayer
This repository demonstrates ExoPlayer injection with Dagger2
Stars: ✭ 58 (-39.58%)
Mutual labels:  viewmodel, retrofit2, architecture-components, paging-library
Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (-71.87%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+327.08%)
Mutual labels:  mvvm, viewmodel, retrofit2, architecture-components
Movieapp Clean Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
Stars: ✭ 123 (+28.13%)
Mutual labels:  coroutines, mvvm, viewmodel, architecture-components
GitKtDroid
A sample Android application📱 built with Kotlin for #30DaysOfKotlin
Stars: ✭ 53 (-44.79%)
Mutual labels:  coroutines, viewmodel, retrofit2, architecture-components
The Movie Db Kotlin
The Movie DB app using Kotlin with updated Android features
Stars: ✭ 176 (+83.33%)
Mutual labels:  coroutines, mvvm, retrofit2, architecture-components
Popularmovies
🎥 Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
Stars: ✭ 142 (+47.92%)
Mutual labels:  offline-first, mvvm, viewmodel, architecture-components
Sunset-hadith
Islamic app written with Kotlin, using KTOR + coroutines + flow + MVVM + Android Jetpack + Navigation component. Old version using RxJava + Retrofit + OKHttp
Stars: ✭ 26 (-72.92%)
Mutual labels:  coroutines, viewmodel, retrofit2
Android-Assignment
This assignment gives you basically a post list and its detail with comments.🚀
Stars: ✭ 32 (-66.67%)
Mutual labels:  coroutines, retrofit2, architecture-components
android-clean-architecture
🚀🚀🚀 The boilerplate for Android using Kotlin & Clean architecture.
Stars: ✭ 21 (-78.12%)
Mutual labels:  coroutines, mvvm-android, koin
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (-60.42%)
Mutual labels:  coroutines, retrofit2, room-database

Paging-3-Sample

This app is created as a sample app which loads movies from the TMDB api, and uses the Paging3 library to show it in a RecyclerView

This project is under development.

Development Setup

You require a TMDB api key to successfully build this app.

  • Register a TMDB api key.
  • Create a local.properties file in your project root folder.
  • Add the api key in the local.propertiesfile as shown below.

TMDB_API_KEY = "your-api-key"

Libraries used

Further Readings

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].