maddalihanumateja / Share-With-Images

AR iOS app for a vision-based tangible interface
1 stars 1 forks source link

Need SharingImage to be able to trigger email app #6

Closed maddalihanumateja closed 6 years ago

maddalihanumateja commented 6 years ago

We could have a restricted set of actions (send email, take a photo, display some text, ... or some 3rd party app actions). A good goal would be to have an email action image that would trigger prompts asking about the receiver and the message and finally send the email using the gmail API (assuming that the user has a gmail account).

maddalihanumateja commented 6 years ago

Implemented a toy example in the 6-sharing-image-trigger-action branch to open the email client using this stack overflow post and an array to store which images have already been shown to the camera.

Need to refer to the following links to create a set of allowed actions (take photo, record audio, say something, open email ...)

maddalihanumateja commented 6 years ago

Also, when associating the AR reference images with the SharingImage list objects of the table controller I'm using the title to store information (SharingImage name and type). There might be a better way to do this.