Android Developer Question:

Download Job Interview Questions and Answers PDF

Explain me what is the Android Application Architecture?

Android Developer Interview Question
Android Developer Interview Question

Answer:

Android application architecture has the following components:
☛ Services − It will perform background functionalities
☛ Intent − It will perform the inter connection between activities and the data passing mechanism
☛ Resource Externalization − strings and graphics
☛ Notification − light, sound, icon, notification, dialog box and toast
☛ Content Providers − It will share the data between applications

Download Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is Context?Explain me scenario in which only onDestroy is called for an activity without onPause() and onStop()?