Devlight / InfiniteCycleViewPager

Infinite cycle ViewPager with two-way orientation and interactive effect.
Apache License 2.0
5.75k stars 831 forks source link

no interactive effect when i use infiniteCycleViewPager.notifyDataSetChanged() #22

Closed KinaZhen closed 7 years ago

zjbpku commented 7 years ago

the same issue even if i override getItemPosition() and return POSITION_NONE. after cyclerViewPager.notifyDataSetChanged() was invoked, only getCount() was invoked.

zjbpku commented 7 years ago

@KinaZhen i solved the problem, you can have a try. https://github.com/zjbpku/InfiniteCycleViewPager

GIGAMOLE commented 7 years ago

Later I will be check this up.