If you want to save money, time and energy, while still coming up with a spectacular mobile App, you need to leverage on the best app building platform...
Monday, December 28, 2015
Tuesday, December 15, 2015
Cordova Tutorial
Installing Cordova
Cordova command-line runs on Node.js and is available on NPM. Follow platform specific guides to install additional platform dependencies. Open a command prompt or Terminal, and type npm install -g cordova.
Create a project
Create a blank Cordova...
Friday, December 4, 2015
NPM
1. npm no license field
2. license should be a valid SPDX license
Reference:
https://docs.npmjs.com/files/package.json
Solved:
{ "license" : "BSD-3-Clause" }
or
{ "license" : "MIT" ...
Configure Fiddler for Android / Google Nexus 7
Configure Fiddler
Click Tools > Fiddler Options > Connections.
Ensure that the checkbox by Allow remote computers to connect is checked.
If you check the box, restart Fiddler.
Hover...