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.
私はすでにいくつかの永続化されたオブジェクト/クラスを持つ動作中の Android アプリを持っています。しかし、自分のアプリに設定を追加するとどうなるでしょうか? また、それらを一種のプロパティ クラスとして DB に永続化しますか? それとももっと良い方法がありますか?
を使用SharedPreferencesして、おそらくと組み合わせてPreferenceActivity、Android標準のUIを使用する「設定」画面をユーザーに提供します。
SharedPreferences
PreferenceActivity