Skip to content

SoluLab/RecyclerView

Repository files navigation

RecyclerView Demo

RecyclerView List

recyclerView.setLayoutManager(new LinearLayoutManager(this));

RecyclerView Grid

recyclerView.setLayoutManager(new GridLayoutManager(this, 2));

RecyclerView Staggered Grid

recyclerView.setLayoutManager(new StaggeredGridLayoutManager(2, StaggeredGridLayoutManager.VERTICAL));

*Upcoming updates

  1. Loadmore (Endless)
  2. Header/Footer
  3. Section

About

RecyclerView with all variant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages