Loading a list of images from CameraRoll or the device file system
Hi,
since i didn't find a satisfying answer to that question i would like to ask in this discussion group.
This is what i need in a new mobile app for Android and iOS devices: A user should be able to "import" one or several photos from CameraRoll (one would be ok because it should be possible to add text and a name by the user between selecting and import). Importing means that unique characteristica (id, name, path, ...) of the photos should be stored in the app's database for later use.
After importing the images the user should be able to see these images as thumbnails on an overview page in the app itself, i.e. the previously imported photos should be listed there where the user can edit, delete them there.
Now the questions:
- Is such an import of several images from CameraRoll possible with AIR 3.6 or planned in later releases ?
- Is a listing of imported photos on an overview page in the app possible (i.e. loading them with the info i got when importing from CameraRoll) ?
- Is loading photos directly from file system (CameraRoll album directories) possible if the photo's paths would be available ?
So far all my tests were negative. When debugging a test app i didn't get any image information that could be used for later loading or identifying again a photo from CameraRoll. Also the properties in MediaPromise are all null after selecting one photo.
It also seems that there isn't any ANE around that could help me.
Any tips or links are appreciated. Thank you!
valley
