Describe Android Application Architecture?



Describe Android Application Architecture?..

Answer / clara

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

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Android OS Interview Questions

How do I find and download updates to the E.ON Android application?

1 Answers  


What is dalvik virtual machine (dvm)?

1 Answers  


Can we deploy executable jars on android? Which packaging is supported by android?

1 Answers  


Explain in brief about the important file and folder when you create new android application.

1 Answers  


Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?

1 Answers  


Can the user set a priority?

1 Answers  


What is an intent? Can it be used to provide data to a contentprovider? Why or why not?

1 Answers  


What is the file features used in android?

1 Answers  


Write a program that shows the creation of reusable user interface that includes the layout.

1 Answers  


Is there an internet explorer for android?

1 Answers  


There are four Java classes related to the use of sensors on the Android platform. List them and explain the purpose of each.

1 Answers  


An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?

1 Answers  


Categories