Hello,
I have to make an app that recency several interest points in a region. These points of interest are referenced by their name, address, GPS coordinates and photographs.
These references are updated in a database on a server, then my app has to load the database and use it with SQL.
Questions:
1) What is the format of the database more suitable for use on the server side? (CSV, Acces, Excel, SQL?)
2) What method to download the database from the server to the application in the device.
3) What method to convert the database to be usable by SQLLite
Thank you
I have to make an app that recency several interest points in a region. These points of interest are referenced by their name, address, GPS coordinates and photographs.
These references are updated in a database on a server, then my app has to load the database and use it with SQL.
Questions:
1) What is the format of the database more suitable for use on the server side? (CSV, Acces, Excel, SQL?)
2) What method to download the database from the server to the application in the device.
3) What method to convert the database to be usable by SQLLite
Thank you