Project Details:
- During testing, I changed the hardcoded coordinates to the location of testing. It is now changed back to Sproul's Location and it will work for location testing.
- User can continuously draw/save/upload and get images to the watch. The only notification to the watch is at the beginning of arrival to Sproul hall to stop constant annoyance of notifications.
- I tried my best to organize categories for certain actions users want in categories. For example, brush size and color is often used and modified a lot together so I put those two next to each other. On another thought, it might also be argued that brush type should've been put in there too!
- Check this link for the image uploaded to flickr with the right tag: https://www.flickr.com/photos/127782438@N04/15340539210/
Things I needed to do:
- An undo button would be nice.
- A small mini galllery display to show all the images you recently saved/made.
- Allows you to select an image and then draw on that image!
Features:
- Location Manager, will prompt to turn location services on if its off and take you to that settings activity - convenient.
- Non-intrusive Saves - No need for prompt to save once its activated. Quick upload and save
- Continuous Drawing and Retrieval of New images
- Color Wheel
- 2 Different Brushes
- Brush Size Slider with sampler to see how big the images are!
- Start over, new canvas to draw
- Iconography for both sides of the app, toq watch and phone watch!
Citations:
- http://code.tutsplus.com/tutorials/android-sdk-create-a-drawing-app-touch-interaction--mobile-19202, Taught me the canvas drawing part.
- Section Code
https://github.com/LarsWerkman/HoloColorPicker - Color Wheel
Flickr API!
Comments