Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindorksopensource/paging3-android-tutorial
An example project to demonstrate how to use the Paging-3 in Android.
https://github.com/mindorksopensource/paging3-android-tutorial
android kotlin
Last synced: 4 days ago
JSON representation
An example project to demonstrate how to use the Paging-3 in Android.
- Host: GitHub
- URL: https://github.com/mindorksopensource/paging3-android-tutorial
- Owner: MindorksOpenSource
- Created: 2020-08-14T09:36:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T13:53:50.000Z (about 3 years ago)
- Last Synced: 2023-11-07T18:40:22.362Z (about 1 year ago)
- Topics: android, kotlin
- Language: Kotlin
- Homepage: https://mindorks.com/
- Size: 145 KB
- Stars: 145
- Watchers: 6
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paging 3 Android Tutorial
[![MindOrks](https://img.shields.io/badge/mindorks-opensource-blue.svg)](https://mindorks.com/open-source-projects)
[![MindOrks Community](https://img.shields.io/badge/join-community-blue.svg)](https://mindorks.com/join-community)This repository contains a sample app that implements Paging 3 library in Android.
### Concept reference resources - [Paging 3 Android Tutorial](https://blog.mindorks.com/paging-3-tutorial)
#### The app has following packages:
1. **data**: It contains all the data class and the ApiService.
2. **adapter**: It contains the adapter for RecyclerView.### Library reference resources:
1. Kotlin-Coroutines: https://github.com/MindorksOpenSource/Kotlin-Coroutines-Android-Examples## If this project helps you in anyway, show your love :heart: by putting a :star: on this project :v:
## Explore Android Online Tutorials and Courses To Learn More by MindOrks
* [Ride-Sharing Uber Lyft Android App](https://github.com/MindorksOpenSource/ridesharing-uber-lyft-app) - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
* [Android Tutorial](https://mindorks.com/android-tutorial) - All Free Android Tutorials by MindOrks
* [Android Online Course for Professionals](https://mindorks.com/android-app-development-online-course-for-professionals) - In this online course, you’ll learn the Dagger, Kotlin, RxJava, MVVM Architecture, Architecture Components, Jetpack, LiveData, ViewModel, Room Database, Database Design, Multithreading, Memory Management, Networking, Caching, How Glide works, Unit Testing, and the best practices for Android Development. By the end of this online course, you will have all the skills you need to become a professional Android Developer.
* [Android Online Course for Beginners](https://mindorks.com/android-app-development-online-course-for-beginners) - This course is for beginners for those who want to get started with Android Development. In this course, you will build two apps: TodoNotes and Ride-Sharing Uber Android App.[Check out MindOrks awesome open source projects here](https://mindorks.com/open-source-projects)
### License
```
Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITEDLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```