I am using titanium sdk for mobile app development.
I was just searching for any way that i can prevent the camera from saving the image. I dont want to save the image till a few steps down the line so that all the information has been verified.
What i mean to say is that suppose after after clicking the image through the app if user selects the cancel button the image should not be present in the gallery.
Functionality is needed both on IOS and android.
Thanks a lot …
You need to set the saveToPhotoGallery to false and on the success function of the Titanium.Media.showCamera() put your logic and when they click on the save button save to the gallery