Explain the Android application Architecture?
Following is a list of components of Android application architecture:
Services: Used to perform background functionalities.
Intent: Used to perform the inter connection between activities and the data passing echanism.
Notification: light, sound, icon, notification, dialog box and toast.
Content Providers: It will share the data between applications.