(Class project) Android application that connects to server. Upload images using camera tagged with current gps coordinates and retrieve nearby posts from others.
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.
The following table is the detailed list of GPSImages.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | commons-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 Permissions | android.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 |
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.
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