Using one xml layout and one activity for others
                            
                         
                        
                     
                 
                
                    Good day
Is it possible to use only one xml layout and one activity to show all other interfaces.
For example am creating an app that will have thirty(30) layouts of different content, instead of
 
creating thirty(30) xml layouts and activities for each one can i use one xml layout and one 
activity to display the remaining 29 and each of those contents, whenever a user request for 
the particular page.
Regards