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.72k stars 1.55k forks source link

作者大佬能否增加个 indicator 的局部刷新的方法呀 #279

Open xWenChen opened 2 years ago

xWenChen commented 2 years ago

现在 Adapter 里只有整体刷新的方法,我在使用时出现了闪烁的情况,能否添加一个局部刷新的方法。就想 RecyclerView.Adapter 的三参 OnBindViewHolder 方法。这样子我们可以实现局部刷新。 image

billdizl commented 2 years ago

大佬已弃坑