One ofthe apps I'm working on has a "ton" of data and assets (sql, text and image files). I'd like to be able to either force the whole app (including the Files folder) to install on the user's SD card or to at least force the contents of the Files folder to be installed on the SD card. So...
1. Is it possible to force the app to the SD card during installation? If so, how?
2. If #1 is not possible, then can I store the data and assets on the SD card during the app's installation? If so, how?
3. If neither #1 or #3 is possible, how can I move (copy and then delete) the files I want to put on the SD card? Thanks.
Also, a related question. over the course of many years I've developed a penchant for being very organized or sructured in where I put my files (i.e. icons go into an "Icons" folder, data into a "data" folder, audio into an "audio" folder, etc.). In order to do this, is all that I need to do is create these folders inside the Files folder? And, then, how do I reference them when I want to retrieve the files? Thanks for this too.
1. Is it possible to force the app to the SD card during installation? If so, how?
2. If #1 is not possible, then can I store the data and assets on the SD card during the app's installation? If so, how?
3. If neither #1 or #3 is possible, how can I move (copy and then delete) the files I want to put on the SD card? Thanks.
Also, a related question. over the course of many years I've developed a penchant for being very organized or sructured in where I put my files (i.e. icons go into an "Icons" folder, data into a "data" folder, audio into an "audio" folder, etc.). In order to do this, is all that I need to do is create these folders inside the Files folder? And, then, how do I reference them when I want to retrieve the files? Thanks for this too.