Give a brief idea about android application architecture?



Give a brief idea about android application architecture?..

Answer / Dityanand Kharwar

Android application architecture typically consists of four main components: Activities (user interfaces), Services (background processes), Broadcast Receivers (listeners for system-wide broadcast announcements), and Content Providers (data management). These components interact with each other through Intents, which are messages that one component sends to another.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is relative layout in android?

1 Answers  


Where can you define the icon for your activity?

1 Answers  


Can I update my version of android?

1 Answers  


What is the use of intent in android?

1 Answers  


How do I upgrade to android lollipop?

1 Answers  


What information do you need before you begin coding an android app for a client?

1 Answers  


how to write a custom adapter in android?

1 Answers  


What are the downsides of Android?

1 Answers  


what is a fragment? How it differs from activity?

1 Answers  


What is file features used in android?

1 Answers  


Explain apk format in android? How to make an apk file?

1 Answers  


List the data types supported in aidl?

1 Answers  


Categories