Answer Posted / 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 View All Answers
Explain AndroidManifest.xmlfile in detail.
Explain the four java classes related to using sensors on the android platform?
Explain what sre the advance features of android os?
What is frame animation?
What are the services that can be allowed to run in a single process?
Describe the android framework
The best time to kill a foreground activity in Android?
What is the use of android manifest.xml?
What is mvp android?
What is api level in android?
What is the difference between serializable and parseable?
How do I check my android os version?
What are the android activities?
What is the importance of default resources?
Explain the steps in creating a bounded service through aidl.