Good day, please I am trying to write an application that stores images I take with Camera automatically to a database. However i want to check the image size(MB) before it can save it.
I read the android Camera.Capture developer note and know I cannot adjust size programatically.
Also I am aware storing in a temporary folder before uploading to database is possible but I am looking for one that does without saving in a temp folder.
Thanks.