Interview Questions

Describe Briefly the Android Application Architecture

Android Interview Questions and Answers


(Continued from previous question...)

Describe Briefly the Android Application Architecture

Android Application Architecture has the following components:
* Services like Network Operation
Intent - To perform inter-communication between activities or services
* Resource Externalization - such as strings and graphics
Notification signaling users - light, sound, icon, notification, dialog etc.
* Content Providers - They share data between applications

(Continued on next question...)

Other Interview Questions