Android Architecture: Compiled BY: Miss KIRAN AYUB
Android Architecture: Compiled BY: Miss KIRAN AYUB
Middle ware
Operating
System
Surface Manager:
responsible for
composing different
drawing surfaces onto the
screen.
OpenGL|ES : 3D Image Engine
SGL : 2D image Engine.
Hence we can combine 3D and 2D graphics in the same application.
Media Framework : Core part of the android multimedia.
MPEG4,H264,MP3,AAC…..
Memory management
Resource management
Drivers management
Power management.
Example:
In android we display graphics by using OpenGL ES(Open Graphic library for
Embedded Systems )which is one of the native library .
The java code is going to interact with OpenGL ES code to display graphics