dlazaro66 / WheelIndicatorView

A 'Google Fit' like activity indicator for Android
Apache License 2.0
396 stars 64 forks source link

drop frames #2

Open AaronVon opened 9 years ago

AaronVon commented 9 years ago

first of all, thanks for your endeavor, and this lib is of great help. However, I encountered frame drop problem. Here is the situation, I used several fragments with WheelIndicatorView, and when I, unfortunately , try to change my fragment, it drops even hundreds of frames shown in the logcat. And I believe it must be the animation of wheelindicatorview that reduced the performance. And thanks ahead.

dlazaro66 commented 8 years ago

Hi @AaronVon ! I tried to reproduce this issue using an Indicator view inside a fragment, but I can't get those dropped frames. I'm using an Interpolator, and the animation is really simple so it's really strange. Can you give me more details about this?