Easy Code Share > Cordova

How Cordova Hybrid APP Use Its Default Database

How Cordova Hybrid APP Use Its Default Database

When Cordova builds a hybrid APP requiring small-scale storage upon WebView, WebSQL is default and will be an appropriate database to use without any plugins. In the article, we have a database class design for WebSQL, which is efficient to deal with async features of WebSQL APIs. All codes here are not complicated, so you … Read more

Easy Code Share > Cordova

3 Steps to Make Cordova AJAX Not Failed

3 Major Steps Cordova AJAX Make APPs Not Failed

Cordova should make jQuery AJAX work successfully in built Android APPs. You can test distinct AJAX methods here, and learn how to fix cross-domain blocking issue. Moreover, we review for you the Cordova building process that have been mentioned in our previous post. All codes here are not complicated, so you can easily understand even … Read more

Easy Code Share > Cordova

3 Steps Cordova Build APPs from jQuery Mobile

3 Steps Cordova Build APPs from jQuery Mobile

jQuery Mobile developed for phones can be converted into APPs by Cordova building. In the article, 3 steps through an example of web pages lead you to quickly start learning Cordova concepts and tips in building APPs. All codes here are not complicated, so you can easily understand even though you are still students in … Read more