0
ただ1つのクラスを作成し、contentviewに変数を使用できますか?私はIDを持つボタンの負荷でメインレイアウトを作成することを考えています。ボタンを押すとIDをクラスに渡し、そのIDを使用して特定のレイアウトを開きます。 1つのクラス、複数のレイアウト。Android:Contentviewを動的にすることは可能ですか?
public class Main extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main); //is it possible to make 'main' a variable?
}
}
Hmm(最小長) –
答えはありますか? – Thomas