Difference between revisions of "Android Architecture"
From eLinux.org
(add link to) |
|||
| Line 1: | Line 1: | ||
| + | An overview of Android components, and a diagram of the architecture are | ||
| + | available at http://developer.android.com/guide/basics/what-is-android.html | ||
| + | |||
| + | The diagram on that page appears in every presentation I have ever seen | ||
| + | regarding Android technical topics (with the exception of my own). | ||
| + | |||
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 | ||
Revision as of 19:01, 5 November 2009
An overview of Android components, and a diagram of the architecture are available at http://developer.android.com/guide/basics/what-is-android.html
The diagram on that page appears in every presentation I have ever seen regarding Android technical topics (with the exception of my own).
A quick look at Android contents and programs running when Android starts is at: