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.
こんにちは、ボタンなどの動的コンポーネントを作成するアプリケーションに取り組んでいます。特定の条件が発生したときに、レイアウトを削除または空にしたい..誰かが私を案内したり提案したりできますか?
レイアウトで関数removeAllViews()を使用します。
すべてのレイアウトクラスはViewGroupの子であるため、 ViewGroup.removeAllViews()メソッドを使用できます。
yourLayout.removeAllViews();うまくいくはずです....
yourLayout.removeAllViews();