Monday, April 23, 2012

Android Object Model

This image comes from the Android development web site( http://www.android.org ). It depicts the basic Android Object model.



Android runs on a Linux kernel. Android is Java and runs on a specially taylored Java run time virtual machine called "Dalvik"

Above that are the basic Android libraries that tie into graphics libraries and sql lite among other things.

Next is the application Framework which provides the APIs for Android application development

Android applications ride on the top most layer

No comments:

Post a Comment