I'm doing an app that will store a picture with some records in a database. If a user shoots a picture on their phone, where does it get stored? Does it get stored internally or on the SD card? If they choose to use that file, can I retrieve that photo file and store it myself on internal storage? Or should I even do so?
If you call for an image file, and it isn't there, what error or proc do you get and respond to?
I'm assuming (although that's a dangerous thing lol) that photos are usually saved on the SD card. Does the user have a choice on the phone of where photos are saved when they're taken? I know I can save a URL for a photo that's on the web... but I want to know how to handle pictures taken for the purpose of my app...
I don't have an android device right now, so I can't test this myself.
If you call for an image file, and it isn't there, what error or proc do you get and respond to?
I'm assuming (although that's a dangerous thing lol) that photos are usually saved on the SD card. Does the user have a choice on the phone of where photos are saved when they're taken? I know I can save a URL for a photo that's on the web... but I want to know how to handle pictures taken for the purpose of my app...
I don't have an android device right now, so I can't test this myself.