Android Open Source - Network gps WhereAmI






Project Summary

Simple GUI-less Android app which obtains one's latitude and longitude coordinates via GPS or network and reverse geocodes them to a textual address which is shown as a Toast when launched.

Web Site / Source Repository

WhereAmI is hosted in the following web site
https://github.com/ozans/WhereAmI

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

ItemValue
Java File Count3
Target SDK Version19
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Java Source Files

WhereAmI has the following Java source files.

com.ozan.whereami.MainActivity.java
com.ozan.whereami.MyLocationListener.java
com.ozan.whereami.MyRunnable.java