4

What is the difference between Canvas and OpenGL for doing 2D graphics with Android?

Does Canvas use OpenGL in the background? Are there cases where OpenGL might be slower than Canvas?

1 Answer 1

2

Canvas does not use OpenGL, it uses the software rendering library called Skia.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.