Simple play icon Course
Skills Expanded

droidcon NYC '19: Implementing the Paging Library

by droidcon NYC

droidcon NYC 2019 | Implementing the Paging Library | Ash Davies

What you'll learn

The Android Paging Library makes it easy to integrate complex paging behaviour, gradually loading small chunks of data at a time to help reduce usage of network bandwidth and system resources. The library allows you to implement this behaviour using compositional components in a decoupled architecture making your code more reliable, scalable, and testable. Furthermore, you’ll be able to use familiar components such as LiveData or RxJava to interface with your existing architecture. In this talk, you will learn how to integrate the PagedList component into your architecture, how to implement a DataSource to load snapshots when necessary, how to use BoundaryCallback to signal the end of available data, and how to integrate LiveData or RxJava to fit your project.

Table of contents

Implementing the Paging Library
35mins

About the author

Droidcon is the largest global network of developer conferences which bring together the industry's foremost experts dedicated to advancing the Android platform. Droidcon engages a global network of over 25,000 developers attending events in 22 cities. The first droidcon conference was held in 2009 in Berlin and, since, it has spread its influence across the globe and established itself as the world's foremost community-driven conference format. Droidcon is the place to meet the international A... more

Ready to upskill? Get started