yarolegovich / DiscreteScrollView

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
5.78k stars 777 forks source link

Feature request: add a paging indicator class as RecyclerView Item Decorator #148

Closed r-cohen closed 4 years ago

r-cohen commented 6 years ago

Example one I did: https://github.com/phearme/DiscreteScrollViewIndicator

yarolegovich commented 4 years ago

The library is a RecyclerView and ItemDecorations API can be freely used. Page indicators can be implemented as a separate library, but I'm not planning to do this.