The purpose of this assignment is to gain familiarity with the interaction between watch and phone, and how location services and other things come into play.
For my implementation, I implemented the following:
Created a drawing app that responds to touch events.
Using the touch data, draw points on a canvas. Continuous dragging should produce continuous lines.
Real-time drawing app that can erase, save images, and change from black to white
A deckofcards implementation that lists all six of the predefined pictures and the instructions
A save functionality using MediaStore.Images.Media that saves the current picture to the gallery
A random notification system that allows the user to get a notification from the phone, notifying the user of one of six possible drawing prompts.
Resized the images to be 250px x 288px
Implementation:
I implemented the drawing app using a custom View, as per the examples in discussion. The eraser functionality was implemented using a white brush.
The deck of cards that holds the original pictures is implemented on installation.
The notification for the app uses Math.random()*6 to index a random facet to prompt the user.
https://www.youtube.com/watch?v=B9UxHe1n8os&feature=youtu.be
As of now I am still unable to upload to bitbucket
EDIT (commissioned by the lovely Elizabeth):
I re-uploaded my video to Vimeo b/c my dropbox was full from shared stuff. Video below:
It's not a screencast.. I'm sorry :'(
Comments