Skip to content

VictoriousAttitude/CircularRecyclerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom RecyclerView

Implementation of horizontal endless circular effect in RecyclerView:

  • Created custom doubly linked list
  • Customized RecyclerView to get "endless circular effect" in both sides.

First solution "master" branch - is more preferable, reusing the same array there (3 times);

Second solution "second_branch" - is a hack (using Integer.MAX_VALUE in the adapter)

circular effect

About

Implementation of circular effect for RecyclerView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published