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.
7 つの文字列配列、3 つの文字列、および日付で構成される設定の大きなチャンクを持つアプリがあります。それを sqlite データベースに保存することをお勧めしますか、それとも設定を使用できますか、または他の代替手段はありますか?
Android での設定とプリファレンスの推奨ストレージはプリファレンスです。最初に StringArray を Set に変換してプリファレンスに保存し、次に方法でプリファレンスに保存できます。
prefEditor.putStringSet("key", set);