Skip to first unread message

Mies

unread,
Mar 5, 2015, 4:17:44 PM3/5/15
to mitappinv...@googlegroups.com

Hello I'm creating an app that has a person fill out info like there name, number, address, etc. and they are signing because its a waiver form. Now for some reason I still cant figure out a good way to save this info into my nexus 7 so I can easily view it later on the tablet or computer. So I thought hey why not just use a screen shot? I really just wanna see what they drove and there info with the signature so screenshot will work but I have no idea how to go about that? Here is what I have right now. Thank you for the help.
Screenshot 2015-03-05 15.11.03.png
Screenshot 2015-03-05 15.15.47.png

SteveJG

unread,
Mar 5, 2015, 4:45:51 PM3/5/15
to mitappinv...@googlegroups.com
AI2 can not take a screen shot of the Android screen.   What AI2  can do is capture the contents of the Canvas.  Save a Canvas image and possibly use the Share component to eMail the image to yourself?    

Regards,
Steve

M. Hossein Amerkashi

unread,
Mar 5, 2015, 7:26:07 PM3/5/15
to mitappinv...@googlegroups.com
@Mies,

Since you have data entry form, Canvas will not help you. Also, as Steve mentioned, there is no screenshot feature. You can use Canvas to let user sign and then save the canvas (signature) image to a file.
____________________________________________________________________

image

Hossein Amerkashi

Hal Abelson

unread,
Mar 5, 2015, 10:18:27 PM3/5/15
to mitappinv...@googlegroups.com
Current Android phones take screenshots, and that's built into the OS.  See

http://www.greenbot.com/article/2825064/how-to-take-a-screenshot-on-your-android-phone.html

Mies

unread,
Mar 6, 2015, 10:23:16 AM3/6/15
to mitappinv...@googlegroups.com
Well  lol I know how to take screenshots with android (very tech savvy) but this tablet is going to be in customers hands and I can't be taking screenshots for them everytime haha so back to square 1. How would I save all that data so its readable later?

M. Hossein Amerkashi

unread,
Mar 6, 2015, 10:34:51 AM3/6/15
to mitappinv...@googlegroups.com
@Mies,

Why can't you just save data using storage components (e.g. TinyDB) and then recall everytime the app is started?
As mentioned previously, for signature, use canvas to allow signing and save the image path into TinyDB. Won't that work?

Taifun

unread,
Mar 6, 2015, 10:37:01 AM3/6/15
to mitappinv...@googlegroups.com
what you could do is to create a pdf document including the signature, however this is a little bit more complicated, but it can be done using an API and some basic HTML... 
see a possible solution here 

How to create a pdf file

Taifun

Mies

unread,
Mar 6, 2015, 11:52:06 AM3/6/15
to mitappinv...@googlegroups.com
I don't wanna recall the data because its gonna be names and addresses and phone numbers. The picture already saves to gallery when taken so thats good, it's just the data I need to be able to access on a computer so I can see what they drove and there info. I've tried everything but ill see if I can do that html and API. 

Mies

unread,
Mar 6, 2015, 12:10:01 PM3/6/15
to mitappinv...@googlegroups.com
Is there possibly a way to send the data to an email and then transfer the data to lets say a excel spreadsheet?

Taifun

unread,
Mar 6, 2015, 12:59:36 PM3/6/15
to mitappinv...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages