Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 339 Bytes

EasyPref

Easy way to use Shared Preferences

How to Use

AppData.save(context, AppData.USERNAME, "testing");

How to Clear when user log out

AppData.clearAll(context);

Saving firebase token etc which will be saved and not cleared on user logout

AppData.save("global_pref",context,AppData.TOKEN,"token_12345678");