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..
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.
The following table is the detailed list of GeoCodeApp.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 12 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.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 |
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