Tuesday 11 November 2014

Architecture Of android or Android Software stack

 In Android the software stack or its architecture is combination of  Linux Kernel , Native Libraries ,

Android runtime i.e. Dalvik VM , Application Frameworks and Applications.

If you want to see in detail please go to the below link.
 
Click to see the Architecture of Android in Brief

1- Linux kernel is responsible for Memory management , File management , Scheduling , Security and other
OS duties.

2- Native Libraries are written in C/C++  includes Media , SQLite , OpenGL , Graphics etc.

3- About Dalvik VM you can see my previous post.

4- Application frameworks provides all manager for development like Activity Manager , Location Manager and Notifiction Manager.

5- And at last Applications like Camera , Gallery , Calculator etc.

No comments:

Post a Comment