My app allows people to favorite images + title from a feed. Those favorites should be accessible when the user reopen the app.
What is the best way to store this data locally on the phone user?
Should I use LocalStorage or some kind of image caching, or both?
Cordially,
Hervé