What is the difference between an android activity and a fragment?
Anónimo
Lot of difference between fragment and activity. Fragment is a sub activity and where activity is the one where user can see. To add the fragment to an activity we need to request instance to save by calling addtobackstack( )