Embed presentation
Download as ODP, PPTX







![The common Structure
Navigator.device
.functionName([someParams],
successFunction,
errorFunction,
[paramsCanAlsoBeHere]);](https://image.slidesharecdn.com/hybridapps-140712063110-phpapp01/85/What-the-hell-are-Hybrid-Apps-8-320.jpg)








This document provides an overview of hybrid apps, which allow developers to build mobile apps using web technologies like HTML5 that can access device features like the camera, GPS, and touch events. Hybrid apps use a common structure where the Navigator object's device functions are called, passing in success and error callback functions. Examples are provided for how to access the camera, get the user's location with GPS, and handle touch events in a hybrid app. Overall options and performance considerations for hybrid apps are also mentioned.







![The common Structure
Navigator.device
.functionName([someParams],
successFunction,
errorFunction,
[paramsCanAlsoBeHere]);](https://image.slidesharecdn.com/hybridapps-140712063110-phpapp01/85/What-the-hell-are-Hybrid-Apps-8-320.jpg)






