Skip to content

developerashish01/EasyPref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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");

About

Easy way to use Shared Preferences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages