Skip to content

Releases: Zookey/UniversalPreferences

0.0.4

26 Sep 09:59
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Min SDK to 9.
Apply instead of commit.

0.0.3

16 Sep 15:13
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • 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);

second

14 Sep 16:48
Compare
Choose a tag to compare
second Pre-release
Pre-release

second

init release

14 Sep 16:34
Compare
Choose a tag to compare
init release Pre-release
Pre-release

init release