0
I’m developing an app on a college project and I’m creating the control part, I won’t mess with the server part for now because I don’t know much about.
I’m creating functions to generate some Arrays
with the items of my application so that I can do tests, only that whenever the application is closed, this data is lost. I was reading about the Shared Preferences, which can be used to store small amounts of data, and I saw that I can use JSON to create Arrays
.
My question is whether it will really solve my problem and whether it is a good idea to do so. I had thought about storing it in a file but my advisor had already mentioned that we would use JSON to exchange data with the server, so I guess it would not be work thrown away.