Android Open Source - Location Device GpsDialogFragments






Project Summary

This project is an example on how to use an AlertDialog in a DialogFragment using android.support.v4.app.DialogFragment (for backward compatibility on pre-Honeycomb devices), which shows your current location (latitude, longitude)..

Web Site / Source Repository

GpsDialogFragments is hosted in the following web site
https://github.com/svandenborne/GpsDialogFragments

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

ItemValue
Java File Count3
Target SDK Version17
Minimum SDK Version8
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Java Source Files

GpsDialogFragments has the following Java source files.

com.example.fragment.GPSTracker.java
com.example.fragment.GpsDialogFragment.java
com.example.fragment.MainActivity.java