Difference between revisions of "Android Architecture"

From eLinux.org
Jump to: navigation, search
((finish comment) add link to architecture diagram)
(add architecture diagram (link))
Line 1: Line 1:
 
An overview of Android components, and a diagram of the architecture are
 
An overview of Android components, and a diagram of the architecture are
available at http://developer.android.com/guide/basics/what-is-android.html
+
available at Google's<br>
 +
[[http://developer.android.com/guide/basics/what-is-android.html
 +
|What is Android? page]]
  
 
The diagram on that page appears in every presentation I have ever seen
 
The diagram on that page appears in every presentation I have ever seen
 
regarding Android technical topics (with the exception of my own).
 
regarding Android technical topics (with the exception of my own).
  
 +
== Architecture Diagram ==
 +
Here is the [http://developer.android.com/images/system-architecture.jpg Android Architecture Diagram]]
 +
 +
 +
== Breakdown of running Android system ==
 
A quick look at Android contents and programs running when Android starts is at:
 
A quick look at Android contents and programs running when Android starts is at:
 
* http://benno.id.au/blog/2007/11/13/android-under-the-hood
 
* http://benno.id.au/blog/2007/11/13/android-under-the-hood
  
 
[[Category:Android]]
 
[[Category:Android]]

Revision as of 15:43, 5 November 2009

An overview of Android components, and a diagram of the architecture are available at Google's
[[http://developer.android.com/guide/basics/what-is-android.html |What is Android? page]]

The diagram on that page appears in every presentation I have ever seen regarding Android technical topics (with the exception of my own).

Architecture Diagram

Here is the Android Architecture Diagram]


Breakdown of running Android system

A quick look at Android contents and programs running when Android starts is at: