javascript - where to keep the database in a phonegap application -
i new phone gap domain.i have done small application in android.i thought of implementing in phone gap , see how works?
i have used static database in android project.i want use same phone gap project?
my big doubt keep database , how access them?
for example..in android create db methods...and store want in array list? , access them when want? example
instance name = db.arraylistname(id); column name = instance name.get(0).get("column name");
other doubt images.what resolution images(hdpi/mdpi/ldpi/xhdpi) should use in www/img/ folder?
which language better use in phone gap jquery or java script?
i have used jquery + jquery mobile, , they've worked charmingly. jquery mobile has documentation using phonegap, can found @ http://view.jquerymobile.com/1.3.0/docs/faq/how-configure-phonegap-cordova.php. i've used ajax access external databases, can't offer advice on local storage, question on has marked answer looks worked them: best database option phonegap applications?
let me know if have questions or want me clarify regarding jquery mobile.
Comments
Post a Comment