Easiest way to export a route stored in a SQLite database to a file so it can be imported to a Googl
        Posted  
        
            by LordSnoutimus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LordSnoutimus
        
        
        
        Published on 2010-04-07T00:07:58Z
        Indexed on 
            2010/04/07
            0:13 UTC
        
        
        Read the original article
        Hit count: 756
        
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.
© Stack Overflow or respective owner