This document discusses hybrid mobile app development using HTML5 and PhoneGap/Cordova. It provides an overview of the limitations of web apps, how hybrid apps address these limitations by combining web technologies with native device capabilities, and the PhoneGap/Cordova framework which allows writing code once that runs on multiple platforms. It also demonstrates examples of using the accelerometer and web storage APIs in hybrid apps.