hackware1993 / MagicIndicator

A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用setVisibility切换FrameLayout里的View等),http://www.jianshu.com/p/f3022211821c
9.74k stars 1.55k forks source link

How can i use it in a vertical Recycler view ? #172

Open Rudra-n-khatri opened 5 years ago

Rudra-n-khatri commented 5 years ago

I want to use a indicator in a vertical recycler view is it possible to this on a recyclerview?

iBotasky commented 5 years ago

I think you should set a callback for the recycler view page change. this is my practice for a horizontal recycler view replace viewpager: image