Posts

Showing posts from 2016

set up phonegap / cordova environment in windows

Image
CORDOVA APPLICATION Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms. These functions are exposed via a unified JavaScript API, allowing you to easily write one set of code to target nearly every phone or tablet on the market today and publish to their app stores. CORDOVA INSTALLATION SETUP: There below steps to fast set up on your windows environment. 1. Install node js from below link.  https://nodejs.org/en/download/ after installation check node js is functioning or not using command prompt. 2. Install cordova using below command. 3. Create project using command prompt: Above path - C:\Users\Bhushan created project folder 4.  To check your current set of platforms:       cordova platform ls 5. Install pre-requisites for buildin