我在開發使用佈局和佈局的應用程序時出現問題,數據不在這兩個佈局之間維護。請幫幫我。我也嘗試過配置()。在android中的風景和肖像之間的處理狀態
public void onConfigurationChanged(Configuration newConfig){
super.onConfigurationChanged(newConfig);
setContentView(R.layout.main);
}
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
哪些數據?持續設置?局部變量...? – 2011-06-01 14:24:07