RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Android system architecture

Article Index
1. Linux Kernel
2. Native Libraries
3. Android Runtime
4. Application Framework
5. Applications and Widgets
6. Android system architecture

1. Linux Kernel

Linux kernel provides an abstraction hardware layer for an Android. This allows an Android to be ported into variety of different devices. Furthermore the linux kernel is used for android's  memory management, process management, netwoking and other underlined operating systems services.

2. Native Libraries

These shared libraries are pre-installed on a android device by each vendor. They are written in C/C++ language and allow 3D and 2D graphics, window manager, all sorts audio video formats, Sqllite database and etc.

3. Android Runtime

This layer includes Dalvik Virtual machine code and core Java Libraries.

4. Application Framework

Android Application framework is a high-level layer to provide a developer with a space for a new Android applications development.

5. Applications and Widgets

This is the highest level of the Android system architecture. End user android applications and widgets layer.

6. Android system architecture

Android system architecture

Figure 1.1 - Android system architecture

Share this linux post:

Submit Android system architecture in Delicious Submit Android system architecture in Digg Submit Android system architecture in FaceBook Submit Android system architecture in Google Bookmarks Submit Android system architecture in Stumbleupon Submit Android system architecture in Technorati Submit Android system architecture in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download