Epoxy: Page Indicator for Carousel

Created on 11 Oct 2018  路  3Comments  路  Source: airbnb/epoxy

What's the best way to show View Pager Indicator similar to https://github.com/JakeWharton/ViewPagerIndicator for Carousel

Most helpful comment

All 3 comments

you can try something like https://github.com/rbro112/Android-Indefinite-Pager-Indicator

this isn't related to epoxy - any vanilla recyclerview approach will work. You would likely need to create a new custom view that subclasses or encapsulates the carousel

@elihart How can I subclass the built-in carousel to achieve this? Thanks.

Was this page helpful?
0 / 5 - 0 ratings