tommybuonomo / dotsindicator

Three material Dots Indicators for view pagers in Android !
Apache License 2.0
3.41k stars 350 forks source link

dotsindicator position changed listener #177

Open Chandra-Sekhar-Bala opened 1 year ago

Chandra-Sekhar-Bala commented 1 year ago

After adding the dotsindicator with Viewpager by using dotsIndicator.attachTo(viewPager2). Is there any mechanism like button click callback that would give us indicator position change callback? The only thing I could find is dotsIndicator.verticalScrollbarPosition

P.S: There might be some solution that already exists I couldn't find, if yes please help me with this issue.