W
W
Wiemo2012-09-29 02:37:52
Android
Wiemo, 2012-09-29 02:37:52

Canvas or OpenGL

Can I somehow determine what is used in the application to display 2d graphics: Canvas or OpenGl?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LeoCcoder, 2012-09-29
@LeoCcoder

1. if the graphics are not trivial, full screen, and there are 20 frames and it works without brakes on the second android (from the third it became possible to hardware accelerate the canvas), then definitely OpenGL.
2. see what is in apk by unzipping it with a regular archive manager, it will probably become clear right away
3. decompile Java and see what happens there)

W
Wiemo, 2012-09-29
@Wiemo

What exactly needs to be seen in the unzipped apk to see that OpenGL has been used?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question