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 |
How do I find and download updates to the E.ON Android application?
What is dalvik virtual machine (dvm)?
Can we deploy executable jars on android? Which packaging is supported by android?
Explain in brief about the important file and folder when you create new android application.
Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?
Can the user set a priority?
What is an intent? Can it be used to provide data to a contentprovider? Why or why not?
What is the file features used in android?
Write a program that shows the creation of reusable user interface that includes the layout.
Is there an internet explorer for android?
There are four Java classes related to the use of sensors on the Android platform. List them and explain the purpose of each.
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?