2017-04-25 15 views

回答

0

你的問題太廣泛,但由你的意思是你要麼尋找 包括標籤像XML:

<include 
layout="your_layout.xml" 
/> 

或切換到活動

Intent intent = new Intent(this, theActivityYouWantToGoTo.class); 
startActivity(intent); 

你真的需要看看我建議的一些教程
newBoston在YouTube上的Android教程。