DSCKGEC / Resumie

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!
MIT License
11 stars 13 forks source link

Use Sharedpreferences to save the state of items in CV Fragment. #25

Closed adrishyantee closed 3 years ago

adrishyantee commented 3 years ago

The items under CV Fragment need to be saved during editing, using shared preferences. So that when the app is opened again the items don't get deleted.

You can save the Array list to the Shared Preferences once the item is added and then remove it from there when deleted. The saved ArrayList should be displayed when the fragment is the viewed after the app opens.

Use Sharedpreferences to save custom objects You can make a save floating button above add floating button.

mahmood199 commented 3 years ago

Would like to work on this issue.

mahmood199 commented 3 years ago

Done