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.
画面の向きの変更中に変数を保存するために、onSavedInstanceとonRestoreInstanceを使用しています。ただし、動的な textViewsの場合、値を取得して対応するレイアウトに入力するのは困難です。Android には、動的ビューのテキストを保存するための組み込み関数が用意されていますか?
これを試してください: XML レイアウト ファイルで、 を使用しますandroid:id="@+id/edittext1"。私がしていることは、構成の変更を自分で処理することです。アプリの向きを変更するときに発生する「ラグ」を減らします。
android:id="@+id/edittext1"