Submission Details
Version: [NOT-FULLY-WORKING] Final Submission at 11:30 PM
Logged Issues:
Current version of project is able to access Flickr when you hit "Submit to Flickr".
The bug that had me stuck for hours! Flickr API detects null path, creating a null file for the path. Initially upon implementing the Flickr API into the drawing application, it was able to direct to the Flickr site on the phone's browser when clicking "Submit to Flickr" button in the drawing application. From there, it asks you to log in and authenticate and choose the application to run with. When the drawing application is chosen, it directs back to the drawing application and a blank screen appears later on. In my code, I added to catch the null exception, the blank screen will also appear. In Piazza, a similar case was mentioned however I wasn't able to figure out the solution to proceed further in the programming assignment. Illustrated in the screenshot images below.
Drawing Application: The drawing application has the basic features of a drawing application (new drawing, choosing colors, draw and erase) with included functionality of saving, opening from gallery, and submitting to Flickr though the Flickr portion remains uncompleted. There is also the choice of choosing brush sizes that was added for better usability of the user.
Flickr: With errors in the project files.
Toq + Location: Started with Toq in the code but not implemented.
GitHub repository shared with staff account: cs160 (also on bitbucket)
Attributes:
- http://developer.android.com/reference/android/location/LocationManager.html
- http://blog.doityourselfandroid.com/2010/12/25/understanding-locationlistener-android/
- http://teaching.paulos.net/cs160_FL2014/wp-content/uploads/2014/09/section5.pdf
- http://michalu.eu/wordpress/android-flickr-api-tutorial/
- http://kylerush.net/blog/flickr-api/
- http://code.tutsplus.com/tutorials/android-sdk-create-a-drawing-app-essential-functionality--mobile-19328
- http://www.tutorialforandroid.com/2009/06/drawing-with-canvas-in-android.html
Comments