Tell us what is the difference between a fragment and an activity? Explain the relationship between the two?



Tell us what is the difference between a fragment and an activity? Explain the relationship between ..

Answer / Deepanshu Jetley

An Android Activity is a single screen within an application, whereas a Fragment is a modular section of an activity that can be reused across multiple activities.
Activities and Fragments have a parent-child relationship, where an Activity contains one or more Fragments. A fragment can also exist without an activity by being embedded inside another fragment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

List the important file and folder when you create new android application?

1 Answers  


What is use of dagger in android?

1 Answers  


What is the difference between thread and a service in Android?

1 Answers   SkillGun Technologies,


how to fetch a contact person number from contact application using content provider?

1 Answers  


What is a fragment?

1 Answers  


What is a model class in android?

1 Answers  


What is alertdialog in android?

1 Answers  


What is the function of an intent filter?

1 Answers  


Which is the best ui for android?

1 Answers  


How can I flash my android phone?

1 Answers  


How to start another activity?

1 Answers  


Is google killing android?

1 Answers  


Categories