USAA Interview Question

What is the difference between an android activity and a fragment?

Interview Answer

Anonymous

Oct 25, 2016

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( )