#CS407 Assignment 1 ImageGallery
Yuen Lye Yeap yyeap@wisc.edu
CS login: yuen
Platform: Android
##Extensions:
-
Asynchronous image download
-
Display full size image download progress
-
Display image metadata in full size view
-
Enable pinch zooming and panning in full size view
##References:
-
Image downloader (http://code.google.com/p/android-imagedownloader/)
-
Image pinch zooming (https://github.com/MikeOrtiz/TouchImageView)
-
Requesting web services in Android (http://ihofmann.wordpress.com/2012/08/09/restful-web-services-with-json-in-android/)
-
Miscellaneous (http://stackoverflow.com/)