A custom pagination in Compose — An alternative to the Android Paging Library

Barros
5 min readFeb 23, 2023
Photo by Mikołaj on Unsplash

The idea of this article is to propose an alternative to the Android Paging Library that it could handle the pagination without using external libraries, also we are looking for a method that it saves internally the result (offline mode) and that it could be consulted in a pagination way (like with a Remote Mediator).

--

--