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 |
Define intents in android. What are the different types of intents?
 What is the Guardian app for Android?
What is the difference between activities and services?
Why are view recycled?
What is android sdk?
You need to process when user clicks on a notification on upper left of android screen?
What is new with android pie?
Describe Briefly the Android Application Architecture
What is the android architecture?
Should we jump in to android? What is the guarantee that’s what I will see on a phone? Will service providers turn off things?
Explain the difference between service, intent service, asynctask & threads?
When is the onstop() method invoked?