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..
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.
The following table is the detailed list of gpsSqlCsv.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 13 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.WRITE_EXTERNAL_STORAGE |
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