Describe Briefly the Android Application Architecture



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

Post New Answer

More Android OS Interview Questions

State the difference between a regular bitmap and nine- patch image?

1 Answers  


Explain assets folder in android?

1 Answers  


What is dagger in android?

1 Answers  


Explain the scenario in which only ondestroy is called for an activity without onpause() and onstop()?

1 Answers  


To display a notification on upper left of android screen, which of the following class you need to use?

1 Answers  


What is a buildtype in gradle?

1 Answers  


How to create alerts in android?

1 Answers  


What item are important in every android project ?

1 Answers  


Why do we need dagger 2?

1 Answers  


what is handler in android?

1 Answers  


Which method is called only once in a fragment life cycle?

1 Answers  


Explain me three common use cases for using an intent?

1 Answers  


Categories