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 |
State the difference between a regular bitmap and nine- patch image?
Explain assets folder in android?
What is dagger in android?
Explain the scenario in which only ondestroy is called for an activity without onpause() and onstop()?
To display a notification on upper left of android screen, which of the following class you need to use?
What is a buildtype in gradle?
How to create alerts in android?
What item are important in every android project ?
Why do we need dagger 2?
what is handler in android?
Which method is called only once in a fragment life cycle?
Explain me three common use cases for using an intent?