bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

Large load on CPU #31

Closed stfbee closed 7 years ago

stfbee commented 7 years ago

When i show fragment with DecoView with simple animation for the first time, CPU load in android monitor jumps to 25%. I think, it is normal, but CPU load doesn't drop down after DecoView animation has canceled. On the contrary, CPU load continues to grow.

bmarrdev commented 7 years ago

I do not see the same issue on the sample apps. As soon as the animation finished I see the CPU drop back to 0. Can you provide more information or a small sample that reproduces the issue?

stfbee commented 7 years ago

Oh, problem was in another library (BlurKit), sorry for troubling