Skip to content

SuperRecyclerView with pagination. Create a list with a maximum number of elements in memory.

License

Notifications You must be signed in to change notification settings

amng/PaginatedRecyclerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paginated Recycler View

Current version: 0.0.1

This library allows the use of a recycler view with pagination, keeping only a specified number of pages and elements per page that is defined by the application. This way there will never be more than the specified number of elements (number of pages * number of elements per page) in memory.

Dependencies: Malinskiy SuperRecyclerView

Paginated Recycler View illustration

Current limitations: Only LinearLayoutManager is supported

Contributors: OptimistNot

About

SuperRecyclerView with pagination. Create a list with a maximum number of elements in memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages