FSMCollaborative App!
Once the app is installed, the location listener is begins listening for one to arrive around Sproul Plaza. Once you are within 50m of Sproul, it will notify your watch of a "Draw Request" from one of the 6 important FSM leaders. Then, opening up the card corresponding to the draw request, the phone will open a Drawing Canvas Activity on the same app where one can draw, change color and brush size, erase, and reset the canvas. Finally, the user may either save the image to their phone or submit the image (which automatically saves the image to the phone if it has not already), uploading the image to flickr. At this point, we have simultaneously pulled an image from Flickr to send a new deck of cards to the watch where the user receives a notification and is able to open up the single card with the new Drawing retrieved from Flickr. In another 10 minutes, the user will receive another notification, which will reset the deck of cards on the watch to be the 6 FSM figures.
Notes:
- Location is triggered by visiting Sproul Plaza, but I hardcoded it to go off at my location for the video.
- The color picker has a "Use Default" button that allows users to automatically go back to the black paint brush
- You can either save the image to your phone, or press "Submit" which automatically saves to your phone (but only if you haven't already) and uploads it to the server, which immediately triggers the "New Drawing" alert on your watch.
- Due to the camera, I could only really show one device on the screen at a time (the light from both devices obfuscated each other when on the screen simultaneously)
Comments