Android Graphics Internals

前端 未结 4 1741
孤独总比滥情好
孤独总比滥情好 2020-12-12 20:59

I haven\'t found a clear explanation on how the Android graphics system works, specifically, does it use a display server, is it based on DirectFB or X11, etc.

From

4条回答
  •  死守一世寂寞
    2020-12-12 21:18

    Romain Guy was definitely right. But thing changed since Android 3.0. Skia is not that important anymore , most 2D drawing are accelerated using openGL, a.k.a HWUI component.

提交回复
热议问题