Hi All,
I am developing a game app that stores user data such as account data, preferences, and game level details in a file to be recalled later.
My question is, is it better to have one large file that contains all data, or several smaller files for Cororna apps from the following standpoints?:
A) Coding practice
B) Actual app performance
Or does it really not matter at all and is more an issue of personal preference?
Please excuse me for the rather vague/abstract question.
I tried googling this, but didn’t come up with any answers…
Thanks in advance :D
KC