Skip to content Skip to sidebar Skip to footer

How To Use Multiple Fragment In Single Activity In Different Times

I am making an app in which the header and footer would be same through out the app. i can start another activity with the same pattern of design in header and footer but as the o

Solution 1:

Will be easiest to have the activity implement the header and footer and the variable content as fragments.

Please refer to this post. It has everything you need Fixed header and footer in android app

Post a Comment for "How To Use Multiple Fragment In Single Activity In Different Times"