javascript - Creating a note taking app using JQuery mobile and phone gap -
i have app i'm developing jq mobile , phonegap. within app, want include 'notes taking' page , has following.
- make new notes , save them locally.
- recall them whenever need to,
- edit them , delete them
i not find example follow, tried this:
http://tutorialzine.com/2012/09/simple-note-taking-app-ajax/
but lost me @ index php , how implement that, tried example:
http://miamicoder.com/2011/building-a-jquery-mobile-application-part-1/
but complex got lost in code.
i'm beginner @ programming , javascript very poor , have no idea start , kind of code involved in making part of app.
please help. thank you.
your first site (http://tutorialzine.com/2012/09/simple-note-taking-app-ajax/) not work examples embedding php html , not acceptable phonegap apps.
your second site making way more complicated needs limited scope.
not going give advice , places look.
- draw out want user interface , create html
create load , save function in javascript to... well... load , save notes. take @ below references:
this show how interact local database , store , retrieve info. thing read documentation.
this great resource sorts of stuff. in case, sql queries.
test, test, test. above, able figure out if put mind it. come here , post specific questions code samples of have tried if stuck.
Comments
Post a Comment