Send more than one Picture from Photo Booth

Hello,

I'm really new in trying to create an app.
Hopefully this is not a double created topic.

I want to create an app, which is like the PhotoBoothApp.
https://docs.google.com/document/d/1trt9smFfyiztdVoaq5ONaOM8GWOMoSFxTRJ7Eyyajuw/pub
How is it possible to send all Pictures from the canvas.
Or is it neccesary to create a TinyDB with pictures an send the whole TinyDB by mail?
After sending the mail i want to delete all pictures from the device.

Thank you.

I think you can only 'send' one picture at a time Peter using the Sharing component.

What have you tried?

Here is a link to someone else's version of Photo Booth that might be useful.

Here is the documentation for the Sharing component.

Not possible to send a TinyDB by email. Although it is possible to save information about your Canvas 'images' it is complex. You might look here> Search results for 'store image in tinydb' - MIT App Inventor Community

Suspect you have to use the File component File
Delete( fileName ) deletes a file from storage. Prefix the fileName with / to delete a specific file in the SD card (for example, /myFile.txt will delete the file /sdcard/myFile.txt ). If the fileName does not begin with a / , then the file located in the program’s private storage will be deleted. Starting the fileName with // is an error because asset files cannot be deleted.

Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.

There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles

How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also look here App inventor español. Offline. Tutorial. Ejemplos. Instalación. Códigos. Juegos. Curso gratis de App inventor. and here Tutorial Index | imagnity for more tutorials.

Learn about components Component Reference
and visit the Library The MIT App Inventor Library: Documentation & Support Help>Library on the MENU

I'm trying to create a tool to collect information infomartion in Textboxes an add photos.
This i want to send with an email.
To send the text from the boxes inclusive 1 picture was the first step.
But now i want to add more pictures from the app.

Thank you for the collection of tutorials.
Now i have a lot to read :smiley: