Mobile Application Development Question:
Download Job Interview Questions and Answers PDF
Explain briefly about the Android Application Architecture?
Answer:
Android application architecture allows the simplification and reuse of any application. It provides a better way to publish the capabilities of the application so that any other application can make good use of those capabilities.
This architecture includes the following components:
☆ Intent to perform some operation on some activity and service
☆ Resource Externalization - such as strings and graphics
☆ Notification signaling users - light, sound, icon etc.
☆ Content Providers - sharing of data between various applications
This architecture includes the following components:
☆ Intent to perform some operation on some activity and service
☆ Resource Externalization - such as strings and graphics
☆ Notification signaling users - light, sound, icon etc.
☆ Content Providers - sharing of data between various applications
Download Mobile Application Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the different Storage Methods in android? | Which dialog boxes are supported in android? |