App Development - Storing Data local by Mark Lassoff

video locked

About the Lecture

The lecture App Development - Storing Data local by Mark Lassoff is from the course Mobile App Development with PhoneGap. It contains the following chapters:

  • Setting up the Application
  • Store Data Function
  • Retrieve Data Button
  • XCode Project

Author of lecture App Development - Storing Data local

 Mark Lassoff

Mark Lassoff


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... Exercise: We’re going to create two HTML pages. On the first page, which will load when the application is loaded on the device or simulator, a form will appear in which the user can enter their name in a text field, their email in a text field, and their state in a drop down. Your interface should look something like this: 3) Add a button to the bottom of the interface. Write the text “Save Data” on the button itself. Add the necessary code so that upon the deviceready event the button delegates to a function called saveData() when clicked. ...