ongakuer / CircleIndicator

A lightweight indicator like in nexus 5 launcher
Apache License 2.0
4.27k stars 712 forks source link

This makes ScrollView/RecyclerView laggy #61

Closed redmanit closed 8 years ago

redmanit commented 8 years ago

My ScrollView/RecyclerView has a ViewPager and CircleIndicator as header and it's laggy when scroll to top. When I remove CircleIndicator (setVisibility(View.GONE)) it's smooth as butter. Tested on average devices ZenFone 5 and Oppo R7 Lite.

cbriseno commented 8 years ago

Same here, tested on HTC One.

TheFinestArtist commented 8 years ago

Hey guys, have you try remove the animator? I think the animator using lots of operations. I set the animator with duration 0 and do nothing. And it makes the pager speed faster.

ongakuer commented 8 years ago

Try this

hackware1993 commented 8 years ago

@redmanit https://github.com/hackware1993/MagicIndicator, have a try.