Here's what I'd like to do. From my app the user takes a picture of something but I want that picture to stay resident to my app only, the user isn't going to want it in their photo album. I'm assuming the camera will automatically place them there; is there anyway to direct them to a specified folder on on the file system? With that can they be compressed to save space? Thank you..
1 Answer
Simple. Instead of saving if to the album, you have the blob (event.media) and you can do what you like with it and save it in the app's own data directory.
Have a good look around the SDK docs. Everything you need to do is there. :)
Particularly, have a look at Ti.Filesystem and experiment.
Good luck!
Your Answer
Think you can help? Login to answer this question!