App Development - Work with Geolocation by Mark Lassoff

video locked

About the Lecture

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

  • How Geolocation works
  • Init Function and Watch Position
  • Success and Error Function
  • Stoping the Watch
  • Build Configuration

Author of lecture App Development - Work with Geolocation

 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

... application in either the XCode or Eclipse environment. 2) Download the redCross.png image. Within your HTML create a logical division ( ) and place the redCross.png image inside of it. 3) Place another div at the bottom of the screen. ...

... Use the Z-axis to move the cross up and down. Be sure to use appropriate conditional logic to keep the cross on the screen. 7) You will need to test this on a real device so the accelerometer values can be read. ...