Gendalf icon indicating copy to clipboard operation
Gendalf copied to clipboard

Android annotations processor for Shared Preferences

Results 1 Gendalf issues
Sort by recently updated
recently updated
newest added

Gendalf 1.3.0 Android Studio 2.2.1 Gradle plugin 2.2.1 Android APT 1.8 Consider this case. ``` java import android.media.audiofx.Equalizer; @PrefsConfig("AudioEffectsPrefs") public class AudioEffectsPrefsConfig { @CustomPref(EqualizerSettingsConverter.class) Equalizer.Settings equalizerSettings; static final class EqualizerSettingsConverter...