I have created sqlite database which stores Latitude,Longitude and some other information like description.
Now I want to extract this information and write into a GPX file to my SD card for further analysis purpose. Anyone have an idea about how to do this?
Any helpful links, sources etc.?
Thanks friends. Above two links help me to solve my problem, Here is the code for writing database values to .kml file
and here is the example to read value from database