This is our Camera geotagging application for a Mobile Systems Programming class at the University of Arkansas in Fayetteville. The application allows users to take photos using the internal android camera application. After the image has been taken, the app will take GPS and orientation readings to provide useful metadata to the user. The user is also able to add textual comments to the image.
There is an option for the user to move to a Google Maps view, upon which pins will be placed showing the location each photograph was taken. Clicking (or tapping) any of these pins will show a screen which allows the user to see the location and orientation information, as well as the comments and of course, the picture taken. Files are stored in the system's internal memory.
Authored by Jon C. Hammer and J. Zach Butcher