Fragments in Android
A Fragment represents a behavior or a portion of user interface in a
FragmentActivity. You can combine multiple fragments in a single
activity to build a multi-pane UI and reuse a fragment in multiple
activities. You can think of a fragment as a modular section of an
activity, which has its own lifecycle, receives its own input events,
and which you can add or remove while the activity is running
Comments
Post a Comment