Android Fragment Tutorial
Android Fragment is the part of activity, it is also known as sub-activity. There can be more than one fragment in an activity. Fragments represent multiple screen inside one activity.
Android fragment life-cycle is affected by activity life-cycle because fragments are included in activity.
Each fragment has its own life cycle methods that is affected by activity life cycle because fragments are embedded in activity.
The Fragment-Manager class is responsible to make interaction between fragment objects.
No comments:
Post a Comment