UniversalPreferences Versions Save

UniversalPreferences is simple Android library that allows you to use Shared Preferences in an easy way.

0.0.4

7 years ago

Min SDK to 9. Apply instead of commit.

0.0.3

7 years ago
  • Changed get method. Now you need to pass default value.
  • Support from minSdk 14.

Examples:

String stringValue = UniversalPreference.getInstance().get("key", "");
int integerValue = UniversalPreference.getInstance().get("key", 0);

0.0.2

7 years ago

second

0.0.1

7 years ago

init release