Android Application Architecture

Describe 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
Describe a real time scenario where android can be used
Describe a real time scenario where android can be used - Imagine a situation that you are in a country where no one understands the language you speak and you can not read or write...
What are the advantages of Android?
What are the advantages of Android? - The following are the advantages of Android:....
How to select more than one option from list in android xml file?
Android xml file - Specify android id, layout height and width as depicted in the following example...
Post your comment