This is the simple app - followup of me taking the introductory course about Phonegap @ PluralSight.
- PhoneGap
- StopGap
- jQuery
- jQuery UI
- jQuery Mobile
- The Command-Line Interface
- Create the App
$ cordova create hello com.example.hello HelloWorld
using the technologies mentioned above
- Add PhoneGap platform(Android)
- Use Chrome Web Tools as an emulator
- Build App
- Enable Debug in PhoneGap developer dashboard
- Send App to phone via USB
- Setup phone to enable debugging over USB
- Use PhoneGap dev tools to debug app when running on phone
- Install Android SDK
- Find and use emulator(other than Chrome Dev Tools)
- Install core plugins: Device, Accelerator, etc...