Science, asked by ELECTROBRAINY, 3 months ago

Well Take it!


what is Fragment?

Answers

Answered by Nancy984
1

Answer:

A Fragment represents a reusable portion of your app's UI. A fragment defines and manages its own layout, has its own lifecycle, and can handle its own input events. Fragments cannot live on their own--they must be hosted by an activity or another fragment.

Answered by Anonymous
2

Answer:

A Fragment represents a reusable portion of your app's UI. A fragment defines and manages its own layout, has its own lifecycle, and can handle its own input events. Fragments cannot live on their own--they must be hosted by an activity or another fragment.

Similar questions