Sheldon icon indicating copy to clipboard operation
Sheldon copied to clipboard

Type-safe reactive preferences for Android

Results 3 Sheldon issues
Sort by recently updated
recently updated
newest added

Gradle incremental annotation processing is not supported in `com.malinskiy.sheldon.codegen.PreferencesProcessor` Reference: https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing

Getting data from shared preference files should be synchronous because once a shared pref file is loaded all its key value pairs are stored in memory, this library forces Asychrnity...

Current version doesn't have Kotlin support for interfaces (Default annotation can't be applied to methods, etc.)