Pixplicity / EasyPrefs

A small library containing a wrapper/helper for the Shared Preferences of android.
http://pixplicity.com
Apache License 2.0
425 stars 58 forks source link

[feature request] Overload basic methods to allow nullable returns #12

Open robbiemu opened 8 years ago

robbiemu commented 8 years ago

I like this library :) great little convenience lib.

instead of having to write stuff like Prefs.getLong(myKey, null); — let us write: Prefs.getLong(myKey); // warning: nullable

abdulrehmank7 commented 3 years ago

you can build your own solution https://arkapp.medium.com/how-to-use-shared-preferences-the-easy-and-fastest-way-98ce2013bf51