romandanylyk / PageIndicatorView

An page indicator for Android ViewPager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add clickl-listeners to pageIndicators ?

pravingaikwad07 opened this issue · comments

I want to swipe/move view pager to the clicked position of indicator? How to implement this?

Hi, @pravingaikwad123 just setClickListener(@Nullable DrawController.ClickListener listener)on PageIndicatorView and you are ready to go.