Describe Briefly the Android Application Architecture
Answer / mady
Android Application Architecture has the following components:
Services like Network Operation
Intent - To perform inter-communication between activities or servicesResource 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 many activities are in focus at any time?
List all the versions of android.
Given the following statements using openfileoutput function to store data into a file in android?
Explain real time scenario where android can be used?
Could you point out some of the prime advantages of android?
How can anr be prevented?
What is @inject in android?
Will fuchsia os replace android?
How do you find any view element into your program?
What data types does aidl support?
Why is emulator important in the android environment?
What is google dagger?