I can not figure out the android 2D graphic library. Is it SGL, Skia or subset of OpenGL

link|improve this question

33% accept rate
feedback

3 Answers

There's Android's own Drawable and Canvas APIs, as well as OpenGL ES.

link|improve this answer
feedback

Google has this resource: http://developer.android.com/guide/topics/graphics/index.html

link|improve this answer
feedback

for 2d rendering android uses sgl which is nothing but skia or scalable graphics libray

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.