I have used mobile scheduler and want to store data into local sqlite database and i am using android application so i have html file,not php.
can anyone help me out to store data into sqlite when add new data from scheduler?
I have used mobile scheduler and want to store data into local sqlite database and i am using android application so i have html file,not php.
can anyone help me out to store data into sqlite when add new data from scheduler?
You can’t communicate with sqlite database from the common webview.
But if you are using phonegap, it is possible.
github.com/davibe/Phonegap-SQLitePlugin
You can define custom event handlers for every operation ( adding, changing, deleting ) and from them call the phonegap api to save data to the sqlite db
Thanks for your reply. But how can i call each event.?
Hi,
Could you please provide me code to store into local sqlite database? I have added code but its create problem.
Regarding events of the mobile scheduler - please see the sample in the scheduler package:
samples/01_basic/08_events.html
Could you please provide me code to store into local sqlite database?
Unfortunately, we do not have ready code samples with this library.