zhanghai / MaterialProgressBar

Material Design ProgressBar with consistent appearance
Apache License 2.0
2.21k stars 279 forks source link

Slow Rendering performance #87

Closed rishabh876 closed 5 years ago

rishabh876 commented 5 years ago

Can you please check the GPU profiler. I see almost all frames very near to 16ms mark on the sample app on the play store. Can this be improved?

zhanghai commented 5 years ago

That's because the sample app placed 12 animated progress bars on the same page and this normally won't happen for real apps. Unless there's performance issue when using a single progress bar I don't think we need to fix anything.