We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
源码中拇指 icon 的在动画的每个瞬间都会执行一次 BitmapFactory.decodeResource & Bitmap.createBitmap,如果通过 canvas.scale 来做动画是否存在一定的性能提升?
BitmapFactory.decodeResource
Bitmap.createBitmap
canvas.scale
The text was updated successfully, but these errors were encountered:
会有比较大的提升的,当时这样做,只考虑了去直接操控bitmap,没有换种思路。谢谢你的建议。
Sorry, something went wrong.
No branches or pull requests
源码中拇指 icon 的在动画的每个瞬间都会执行一次
BitmapFactory.decodeResource
&Bitmap.createBitmap
,如果通过canvas.scale
来做动画是否存在一定的性能提升?The text was updated successfully, but these errors were encountered: