I have this application which should store information when I click the button. The thing is, when I click this button, I need to store this data locally, so I can take it in another view that will load it on to show it as data.
I think in some kind of plis or database. The problem is that I cannot understand the idea or something good.
- I am passing an array with objects.
- I have a button.
What is the best way to store the entire array inside the phone, so I can read it the same way it is stored?
If this is not clear, tell me.
Thanks in advance
source share