Android Open Source - Map JSON GeoCodeApp






Project Summary

A demo app I made for my Android development trainees to show how to perform simple asynchronous tasks and JSON parsing using Google's geo coding map API..

Web Site / Source Repository

GeoCodeApp is hosted in the following web site
https://github.com/BrianBalote/GeoCodeApp

If you think the Android project GeoCodeApp 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 GeoCodeApp.

ItemValue
Java File Count4
Target SDK Version17
Minimum SDK Version12
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.providers.gsf.permission.READ_GSERVICES
org.balote.geocodingapp.permission.MAPS_RECEIVE




Java Source Files

GeoCodeApp has the following Java source files.

org.balote.geocodingapp.activities.MainActivity.java
org.balote.geocodingapp.json.GeoCodeJsonParser.java
org.balote.geocodingapp.models.LatLngModel.java
org.balote.geocodingapp.utils.InputStreamConverterUtil.java