How do I keep resources on External storage?
in
Android Processing
•
5 months ago
I'm making an experiment that uses several full length sound files. There must be a way to install them on the SD rather than on the main storage. I've not been able to find a tutorial or code exmaples of how to do this, other than that I need the permission WRITE_EXTERNAL_STORAGE.
Can anybody point me in the right direction?
I'm using Android Eclipse together with Processing, which gives me a little more power (and code completion).
2