Loading a JSON file from inside the Android APK
Posted: Sat Aug 03, 2024 1:29 am
I'm writing a game in SB that will load its levels from a JSON file. I plan to mainly publish the game as an APK file, and don't want to have to pull the file down from a server. How can I go about storing the needed JSON data inside my APK ,and loading it at runtime? In PureBasic, I do this with a DataSection, but we don't have IncludeBinary in SB.
Thanks.
Thanks.