App Development - Storing Data local von Mark Lassoff

video locked

Über den Vortrag

Der Vortrag „App Development - Storing Data local“ von Mark Lassoff ist Bestandteil des Kurses „Mobile App Development with PhoneGap“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

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

Dozent des Vortrages App Development - Storing Data local

 Mark Lassoff

Mark Lassoff

Mark Lassoff has always been interested in Computers and programming. In college he majored Communications and Computer Science. After completing his college career, Mark worked in the software and web development departments at several large corporations. In 2001, on a whim, while his contemporaries were conquering the dot com world, Mark accepted a position training programmers in a technical training center in Austin, Texas. Today Mark is a top technical trainer, traveling the country providing training for software and web developers. Mark's training clients include the Department of Defense, Lockheed Martin, Discover Card Services, and Kaiser Permanente. He has consulted for companies such as Dell, Target, Lockheed Martin, and government agencies including the US House of Representatives.

Kundenrezensionen

(1)
5,0 von 5 Sternen
5 Sterne
5
4 Sterne
0
3 Sterne
0
2 Sterne
0
1  Stern
0


Auszüge aus dem Begleitmaterial

... 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. ...