I can not figure out the android 2D graphic library. Is it SGL, Skia or subset of OpenGL
|
feedback
|
|
There's Android's own Drawable and Canvas APIs, as well as OpenGL ES. | ||||
|
feedback
|
|
Google has this resource: http://developer.android.com/guide/topics/graphics/index.html | |||
|
feedback
|
|
for 2d rendering android uses sgl which is nothing but skia or scalable graphics libray | |||
|
feedback
|