Cargando…

PhoneGap Mobile Application Development Cookbook.

Over 50 recipes to create mobile applications using the PhoneGap API with examples and clear instructions.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gifford, Matt
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • PhoneGap Mobile Application Development Cookbook; PhoneGap Mobile Application Development Cookbook; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; PhoneGap or Cordova; Help is at hand; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Movement and Location: Using the Accelerometer and Geolocation Sensors; Introduction.
  • Detecting device movement using the accelerometerHow to do it ... ; How it works ... ; There's more ... ; Adjusting the accelerometer sensor update interval; How to do it ... ; How it works ... ; There's more ... ; Updating a display object position through accelerometer events; How to do it ... ; How it works ... ; See also; Obtaining device geolocation sensor information; How to do it ... ; How it works ... ; There's more ... ; Adjusting the geolocation sensor update interval; How to do it ... ; How it works ... ; There's more ... ; Clearing the interval; See also; Retrieving map data through geolocation coordinates.
  • Getting readyHow to do it ... ; How it works ... ; There's more ... ; Static maps; Creating a visual compass to show the devices direction; How to do it ... ; How it works ... ; See also; 2. File System, Storage, and Local Databases; Introduction; Saving a file to device storage; How to do it ... ; How it works ... ; There's more ... ; Domain whitelist; See also; Opening a local file from device storage; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying the contents of a directory; How to do it ... ; How it works ... ; See also; Creating a local SQLite database; How to do it ...
  • How it works ... There's more ... ; See also; Uploading a file to a remote server; How to do it ... ; How it works ... ; See also; Caching content using the web storage local storage API; How to do it ... ; How it works ... ; There's more ... ; 3. Working with Audio, Images, and Video; Introduction; Capturing audio using the devices audio recording application; How to do it ... ; How it works ... ; See also; Recording audio within your application; How to do it ... ; How it works ... ; See also; Playing audio files from the local filesystem or over HTTP; How to do it ... ; How it works ... ; There's more ...
  • Capturing video using the devices video recording applicationHow to do it ... ; How it works ... ; Loading a photograph from the devices camera roll/library; How to do it ... ; How it works ... ; There's more ... ; See also; Applying an effect to an image using canvas; How to do it ... ; How it works ... ; There's more ... ; 4. Working with Your Contacts; Introduction; Listing all available contacts; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying contact information for a specific individual; Getting ready; How to do it ... ; How it works ... ; See also; Creating and saving a new contact.