Question - Give a brief idea about Android application architecture?
Answer -
The architecture of Android application has few components, which have their functions to perform:
- Service: It performs the background functions
- Intent: Performs the interconnection function between activities and data passing mechanism
- Resource: Externalization it is used to perform strings and graphics functions
- Notification: This shows the lights, sound, icon, notification, incoming chats messages dialogue box, etc.
- Content providers: It shares the data between applications.