Mobile Angular UI - Phonegap



PhoneGap is a software development framework by Adobe System, which is used to develop mobile applications. To develop apps using PhoneGap, the developer does not require knowledge of mobile programming language but only web-development languages like, HTML, CSS, and Jscript is required. PhoneGap produces apps for all popular mobile OS platforms such as iOS, Android, BlackBerry, Windows Mobile OS, etc.

In this tutorial, we will focus on developing App for Android platform. This tutorial will give you adequate information about how to produce apps quickly using PhoneGap services.

Let us first install phonegap using the following command.

npm install -g phonegap.

Use the command given below to serve the app in the browser −

phonegap serve
PhoneGap

Now hit the url : http://192.168.1.4:3000 in your browser to see the display −

PhoneGap

We are done with app setup using cordova and phonegap.

mobile_angular_ui_phonegap_and_cordova.htm
Advertisements