Android Open Source - GPS database gpsSqlCsv






Project Summary

A test application using a tabbed fragment that 1)pulls satellite GPS data, 2) stores GPS data in a SQL database, and 3) exports this data in a CSV file..

Web Site / Source Repository

gpsSqlCsv is hosted in the following web site
https://github.com/portsample/gpsSqlCsv

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

ItemValue
Java File Count5
Target SDK Version18
Minimum SDK Version13
Activity Count4
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

gpsSqlCsv has the following Java source files.

com.example.gpsSqlCsv.MainActivity.java
com.example.gpsSqlCsv.MyTabsListener.java
com.example.gpsSqlCsv.Tab1Fragment.java
com.example.gpsSqlCsv.Tab2Fragment.java
com.example.gpsSqlCsv.Tab3Fragment.java