You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
Steven Lewi edited this page Jul 14, 2015
·
2 revisions
Preferences Storage uses SharedPreferences to store the data into xml file. So, This feature is only a wrapper class make SharedPreferences easier to use. If you want to store any kind of Object, not just simple object (String, int, long, float, double), you can use Session Storage.