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.

Leave a Comment

Your email address will not be published. Required fields are marked *