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 |
What is bound service?
What is assets folder in android?
What is the importance of settings permission in app development?
How many ways data stored in Android?
Is android marshmallow better than nougat?
Can I upgrade my android os?
How will apps change with android 2.2?
Is google moving away from android?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?
How do you find any view element into your program?
How to change application name after its deployment?
What is an intent receiver?