Android Paging 3 Tutorial in Hindi - Learn Paging 3 in Android with simple example. In this video, we will learn about paging in android. This tutorial covers step by step on how to implement pagination in android. Learn what is Paging Source, what is Pager and Paging Adapter.
We will be calling an API that supports pagination and use it to implement infinite Scroll in Android. Paging Source defines the way to load data from network i.e. API. Once you have paging source setup - you can define a pager object that is used to define the configuration such as pageSize, maxSize. Paging Adapter is used to show this paging data inside recyclerview.
Pagination improves performance of the app by creating only required objects. Recycler view recycles view whereas pagination library creates only the required objects in the memory. Paging 3 Jetpack Component provides support to implement paging in Android. We have implemented it using HILT and MVVM Architecture Pattern. Learn by creating a simple example in Hindi.
Topics covered -
1. What is Paging?
2. What is Paging Source, Pager, Paging Config, Paging Adapter?
3. Paging Implementation Example
4. MVVM + HILT + Paging 3 Jetpack Component.
Complete Dependency Injection Playlist Link -
• Dagger 2 - Dependency Injection in An...
Complete Android Architecture Components Playlist -
• Android Architecture Components and J...
Beginner series in Android Playlist (Hindi) -
• Android Tutorials Step By Step In Hindi
Kotlin Beginners Tutorial Series -
• Kotlin Beginner Tutorials Hindi | Com...
For more info - visit the below link
http://www.cheezycode.com
API Used -
https://quotable.io/
Source Code -
https://github.com/CheezyCode/Android...
We are social. Follow us at -
Facebook - / cheezycode
Twitter - / cheezycode
Instagram - / cheezycode