My data is simple property values so I could store either way, but I was wondering which is more reliable? Are shared preferences auto saved and therefore more reliable? Or because they are non-transactional is that less reliable?
|
feedback
|
|
The use of SharedPreferences or a ContentProvider/SQLite database is situation-based. In your situation, I would recommend using | |||
|
feedback
|