Easiest way to export longitude and latitude data stored in a SQLite database to a file so it can be
- by LordSnoutimus
Hello,
I have created an application that records a series of longitude and latitude values in a SQLite database and display them as a coloured track on a MapActivity.
I now want to be able to export this data somehow (preferably to a file) so a user can upload the values to a website showing a Google Map API.
My question is: what would be the quickest way to export the data (and in what file format: GPX, XML, CSV) to the SD card located on the Android device.
Many thanks.