Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Paging 3 Android Library

    Posted By: ELK1nG
    Paging 3 Android Library

    Paging 3 Android Library
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 2.96 GB | Duration: 6h 11m

    Build an Android app using Paging 3 library

    What you'll learn
    Paging 3
    Retrofit
    Room
    Flow
    RxJava
    MVVM

    Description
    The Paging 3 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 3 library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.

    By the end of this course, you will have a good understanding of Paging 3 library and will be able to implement it in your own project. We will cover the topic on Paging Source, Remote Mediator, Load State, Header, Footer, UI Models etc. We well cover both Kotlin Flow and RxJava with Paging 3 library.

    This course is fully practical and we will build an Android application from scratch. We will be using a MVVM architecture and we will use the Android library like Retrofit, Room, Coroutines, Flow, RxJava, Timber etc.

    The Paging 3 library includes the following features:

    In-memory caching for your paged data. This ensures that your app uses system resources efficiently while working with paged data.

    Built-in request deduplication, ensuring that your app uses network bandwidth and system resources efficiently.

    Configurable RecyclerView adapters that automatically request data as the user scrolls toward the end of the loaded data.

    First-class support for Kotlin coroutines and Flow, as well as LiveData and RxJava.

    Built-in support for error handling, including refresh and retry capabilities.

    Who this course is for:
    Android Developer