Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What do you want to do with that file? It's just for backup or you want to import the data in your computer? (I assume that you have a running HTTP server on your computer with access to a DB like MySQL)It's also a possibility. I found many ways on the internet how to do so, but how do you recommend ?
At the end I want to import the data in my computer and use it by Excel. For the moment I downloaded the jar opencsv and added this to my app. Now I'm looking for a piece of code to get the export done to a csv file.
Create following PHP Classes and place them under ‘www/sqlitemysqlsync’ folder which will provide interface between Android application and MySQL DB:
Yes I guess it's just the name of the folder, if you want to use other folder name you should also change it in the code (if any) accordingly.This looks perfect.
I'm going to get it working in that way.
I read following text :
I have a website and a Cpanel where I can create a MySQL database.
Do I have to place the php files then in a directory www.thisismysite.be/sqlitemysqlsync folder and is this a safe way ?