Arrays and application data
- by s0mmer
Hello everyone,
At the moment i'm making an application where it is possible to make profiles with different settings. Which datatypes would you recommend me saving these information in?
I have a table which is showing the profile name and the version number. But for each profile there need to be stored more information.
Therefore the idea i'm working on have 2 arrays. 1 for all the profile information and 1 who is being made when loading the information. The second array is the one going to be showed in the table. Because the table doesnt show all the stored information.
.. but this seems kinda stupid. Is there a more suitable method for saving the information in like 1 array, and just pass part of the data to the tableview?