Actions
Task #4897
closedReplace FileManager with SharedPreferences API
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/27/2019
Due date:
% Done:
100%
Estimated time:
Description
Data such as the username, friends' usernames, file locations, etc. are saved and accessed by the FileManager class, requiring a new instance of the FileManager to be created whenever access to any of this information is needed.
This needs to be replaced with the Android SharedPreferences API (https://developer.android.com/reference/android/content/SharedPreferences).
Updated by Jeremy Clark almost 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
Actions