20 Recipes for Programming PhoneGap
Autor Jamie Munroen Limba Engleză Paperback – 23 apr 2012
Add functionality that's available only on a certain device or platform Retrieve the device's current GPS location and place a marker on a map Create and save a new contact or edit an existing contact in the address book Take pictures with the camera or select one of the user's existing photos Upload a file from the local device to an external server Allow the device to record audio or video through your app Enable your application to save files locally
Preț: 83.98 lei
Preț vechi: 104.97 lei
-20% Nou
Puncte Express: 126
Preț estimativ în valută:
16.07€ • 16.69$ • 13.35£
16.07€ • 16.69$ • 13.35£
Carte tipărită la comandă
Livrare economică 01-15 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449319540
ISBN-10: 1449319548
Pagini: 78
Dimensiuni: 177 x 233 x 9 mm
Greutate: 0.14 kg
Editura: O'Reilly
ISBN-10: 1449319548
Pagini: 78
Dimensiuni: 177 x 233 x 9 mm
Greutate: 0.14 kg
Editura: O'Reilly
Cuprins
Preface; About the Book; Prerequisites; Conventions Used in This Book; Tools; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments;
Chapter 1: The Recipes; 1.1 Determining Whether the Device Is Ready; 1.2 Retrieving Information About the Device; 1.3 Creating a Persistent Navigation System; 1.4 Detecting the Device's Network Status; 1.5 Detecting When the Network Status Changes; 1.6 Executing a Callback Function Once the Device Is Ready; 1.7 Detecting When the App Is Moved to the Background or Foreground; 1.8 Using the GPS and Displaying a Position on a Map; 1.9 Using the Compass to Help the User Navigate; 1.10 Using the Accelerometer to Detect Motion; 1.11 Displaying Table-View Data; 1.12 Retrieving Contacts in the Address Book; 1.13 Creating a New Contact in the Address Book; 1.14 Accessing the Camera and Photo Album; 1.15 Saving Data to a Remote Server; 1.16 Capturing Audio and Video; 1.17 Notifying the Device with Alert, Confirm, and Vibrate; 1.18 Storing Data to the Device; 1.19 Reading Data from the Device; 1.20 Extending PhoneGap with Plug-ins;
Notă biografică
Descriere
This book will explore many common features of mobile development and how they are accomplished with PhoneGap. This will include GPS location, maps, media, accelerometer, and much more. PhoneGap is a library that allows developers to interface directly with a mobile device through the use of its Javascript libraries.