Android Basics – Tell me about Android Platform Components

In the last Lesson we provided an overview of the Android App.

Moving on let’s look at the Android Platform Components.

To start with Applications are what you interact with. Like the Contacts Application.

Application Frameworks allow access to Android Libraries and Core Components using set of API’s. Like Content Provider framework which let’s us write database access code.

Android comes bundled with Supporting Libraries like SQLite.

Kernel is Android Core, which comprises of Drivers. Like the Operating System on your PC.

All the Components create a Stack which drives your Mobile Functions.

Author: Ankur

I am Enthusiastic about Learning new things and sharing my Knowledge. I like programming and have a pretty good background in Computer Science.

One thought on “Android Basics – Tell me about Android Platform Components”

Leave a comment