This will be Part 2 of Everything You Need to Know About RecyclerView. Everything You Need to Know About RecyclerView
In this article, we’ll implement RecyclerView with Diffutil, pagination, shimmer, state management, pull to refresh…proandroiddev.com In this article, we’ll learn how to use savedStateHandle for Process Death and Orientation Change in RecyclerView. Getting Started Process Death As the system runs low on memory, it kills processes in the cache beginning with the process least recently used…