I am using the HTML/jQuery database code on this page:
My Safari Browser SQLite Database Hello World Example
In addition, I downloaded and installed the jQuery .js file into the Eclipse project and linked to it properly.
I can tap on a field, the keyboard comes up, and enter in a name. However, the name does not appear underneath after tapping the button as it does on the web page. I'm not getting any errors.
Not sure how to adapt this to Android OS. I wonder if I should be adding permissions or some other code in some xml files to make the database work. I don't see any permissions for DATABASE in the dev Android docs.
Any ideas?
My Safari Browser SQLite Database Hello World Example
In addition, I downloaded and installed the jQuery .js file into the Eclipse project and linked to it properly.
I can tap on a field, the keyboard comes up, and enter in a name. However, the name does not appear underneath after tapping the button as it does on the web page. I'm not getting any errors.
Not sure how to adapt this to Android OS. I wonder if I should be adding permissions or some other code in some xml files to make the database work. I don't see any permissions for DATABASE in the dev Android docs.
Any ideas?