Are calls to Canvas.drawPath () / drawArc () / etc hardware accelerated, transferred to the deviceโs embedded implementation, or implemented in Java?
Or is OpenGL the only way to achieve hardware accelerated drawing?
I am trying to determine if the Canvas API can be used for real-time animation.
source
share