Is there a benchmark for performance, or some listing with rules / guidelines, to tell me which time to use OpenGL ES on Android instead of the Canvas + Activity pair configured as hardwareAccelerated="true"
to make constant drawings , for example, in a game?
Or is it ever more advantageous to use OpenGL ES in this scenario?