I am looking for correct and decent way of storing favorites articles in my app to phone storage. I built the app with Web shop articles listed and I would like to allow users to save favorite articles to the "favorite" list.
I have tried application-settings
plugin and I am not sure is this a good way of doing it because keys needs to be predefined. (I am not really sure).
Is there a some kind of JSON style data storage which does work on Android and iOS? - It would be great because I could sync it to Cloud storage at some point.
I need a easy way for manipulating data, add, remove, clear the list. Something what will not impact app performance. Cheers guys.