Android Architecture

Android operating system is a stack of software components which is divided into five sections and four main layers.

Sections are as follows:

  1. Applications (Fourth Layer)
  2. Application Framework (Third Layer)
  3. Libraries (Second Layer or top of linux kernel)
  4. Android Runtime (Second Layer or top of linux kernel)
  5. Linux kernel (Bottom Layer)

Leave a comment