I am creating an app that captures information about multiple individual entities. Each entity would have multiple text boxes to fill in about the entity, along with the ability to take a picture of the entity and draw a picture of the entity via a canvas. Once the information is captured, I would like the ability to save and later view and/or edit all of the information together for the given entity in a screen similar to the input screen. The app would also have the ability to email the information, picture and the canvas.
I am able to create/email a .pdf of the textbox information, take/share the picture of the entity, and create/share a .PNG of the canvas all individually. However, I have not been able to save, share and later view and/or edit all of the information together for the given entity in a screen similar to the input screen (see attached). I have tried joining the information as a list, which works for the textbox information, but not the picture or .PNG of the canvas. Can this be done or am I stretching too much?