Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時に私のアクティビティに別のレイアウトを設定することは可能ですか?
それはどのように可能ですか?
setContextView(new layout ) のみを実行すると、実行時にエラーが発生します
よろしく
Activity再度電話をかけるよりも、新しいものに移行することをお勧めしますsetContentView()。
Activity
setContentView()
もう一度呼び出すルートに進みたい場合は、レイアウト内のsetContentView()すべてを再度初期化し、古い参照を使用したりリークしたりしないようにする必要があります。ViewsfindViewById()
Views
findViewById()