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.

  1. make new notes , save them locally.
  2. recall them whenever need to,
  3. 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.

  1. draw out want user interface , create html
  2. 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.

  3. test, test, test. above, able figure out if put mind it. come here , post specific questions code samples of have tried if stuck.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -