Hands on App Development using Phonegap

 

We need Phonegap Now!

But wait! Phonegap needs...

Installing node.js on Windows


http://www.nodejs.org/download/

  • Download the installer
  • Keep pressing next, next and next
  • Then Install

Installing node.js on Linux


Easiest way is to install via package manager


 sudo apt-get install python-software-properties
 sudo add-apt-repository ppa:chris-lea/node.js
 sudo apt-get update
 sudo apt-get install nodejs

 node --version
 

Let's install Phonegap now!


sudo npm install -g phonegap

 
phonegap create hybrid com.sumonselim.hybrid HybridApp
 

Let's create our first app now!




The Phonegap Boilerplate App is created!

 http://julianhigman.com/blog/2013/10/17/notes-on-setting-up-phonegap-on-ubuntu-for-android-app-development/

Got errors?

 



Sumon Selim

Founder, Kodeeo
selim@kodeeo.com

Hands on App Development Using Phonegap

By Muhammad Sumon Molla Selim

Hands on App Development Using Phonegap

Hands on App Development Using Phonegap

  • 1,646