I am converting a board game into an android app and I’m not sure which is the most efficient use of memory. Should the game data be programmed into the app or in a data file? If a data file which format would be more efficient.
Looking up the best way to rephrase the question lead me to the answer.
I had a misconception on how memory was utilized on Android devices. I was under the misconception that all memory was shaired between the cpu and storage.