Hi all,
I successfully used and then modified Erel's code for
Camera Intent, but can't find the newly produced files.
What I did:
- added a CustomListView to hold more than an ImageView
- modified Erel's code to make the ImageFileName a variable depending on date and time (i.e yyyyMMddHHmmss.png or something like this)
- commented out the delete file row in the ion event.
Everything works ok, but accessing the ImageFolder as returned by the rp in the Starter module, it doesn't show any file. Unaltered code showed the constant named file.
So my question is: where are those files? I need to access them when the user saves the form containing the clv in order to reduce their size and trasmit them to a server; once the server aknowledges a successful upload I need to delete those files from the device.
Edit:
As an update of my original post, I now can see the files from yesterday shootings but none from today (yes, I did refresh the screen; no I didn't force anything on Android side)
Meanwhile in ion_Event I substituted LoadBitmapSample with some image resizing code based on CreateScaledBitmap.
I tend to believe that I could leave Erel's code as is (I mean, using a single costant name for all subsequent shootings) and save the returned file in my app's folder with a given name based on date and time, when still in ion_Event.
udg