Android Open Source - Camera upload GPSImages






Project Summary

(Class project) Android application that connects to server. Upload images using camera tagged with current gps coordinates and retrieve nearby posts from others.

Web Site / Source Repository

GPSImages is hosted in the following web site
https://github.com/seanKenkeremath/GPSImages

If you think the Android project GPSImages listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of GPSImages.

ItemValue
Java File Count9
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Minimum SDK Version8
Activity Count2
jar files usedcommons-codec-1.6.jar
commons-io-2.4-javadoc.jar
commons-io-2.4-sources.jar
commons-io-2.4.jar
commons-logging-1.1.3.jar
fluent-hc-4.3.1.jar
httpclient-4.3.1.jar
httpclient-cache-4.3.1.jar
httpcore-4.3.jar
httpmime-4.3.1.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.CAMERA
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 12 image files in GPSImages. The names of the image files are listed as follows.

earth.png
ic_action_camera_dark.png
ic_action_camera_light.png
ic_action_edi_dark.png
ic_action_edit_dark.png
ic_action_edit_light.png
ic_action_picture_dark.png
ic_action_picture_light.png
ic_action_refresh_dark.png
ic_action_refresh_light.png
ic_action_upload_dark.png
ic_action_upload_light.png

The following screenshort is generated from the image listed above.

null




Java Source Files

GPSImages has the following Java source files.

uva.cs4720.gpsproject.FetchCaptionTask.java
uva.cs4720.gpsproject.FetchImagesTask.java
uva.cs4720.gpsproject.FetchLandmarkTask.java
uva.cs4720.gpsproject.MainPage.java
uva.cs4720.gpsproject.ShowImages.java
uva.cs4720.gpsproject.StoredGPSImage.java
uva.cs4720.gpsproject.StoredImageAdapter.java
uva.cs4720.gpsproject.UploadCaptionTask.java
uva.cs4720.gpsproject.UploadImageTask.java