pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

Paper integration for PreferenceFragmentCompat #162

Closed Ditscheridou closed 4 years ago

Ditscheridou commented 4 years ago

Hi!

Awesome library! It is possible to directly integrate it into a PreferenceFragmentCompat?

pilgr commented 4 years ago

Hi! No, Paper doesn't provide such in integration. Do you think that may be valuable? AFAIK PreferenceFragmentCompat has been designed to leverage SharedPreferences and using Paper for the preferences is not the primary goal. Paper has been designed to store large objects rather than primitives.