Activities consist of different layouts.Only one layout can run in one activity.But Fragments can be used in this respect.You need to add frame layout at the places where you need different layout.Fragments have similar life cycle as compare to that of the activities.You will need to create fragments and add it in the activity through its java file.
Hope this helps you.Reply back for more details.
6
solved Is it possible that many layout in one layout in android? [closed]