To work with your data in your Cobalt app you will have to use a storage for your currently modified data.
Cobalt provide an enhanced localStorage and a WebServices plugin to store your data offline, filter them, and so forth.
There is no PHP
You will have to use your own...
Sunday, February 28, 2016
Monday, February 22, 2016
NPM - Syntax
Upgrade to the latest version by running
npm install -g ...
Build mobile apps with Mobile Angular UI
Installing required tools
npm install -g bower yo gulp generator-mobileangularui
sudo npm install -g phonegap
Scaffold the project
phonegap create weather
cd weather
yo mobileangular...
Build mobile apps with Onsen
1. Install Cordova package
$ sudo npm install -g cordova
For more details how to use Cordova tool, please refer to Cordova documentation.
2. Select template
Select one of the templates on the download page.
3. Add platform
You need to add the platform SDK to the project to run on the...
Build mobile apps with Framework7
How to Build Framework7 Project
Cd to project folder
Install npm (http://www.npmjs.com)
npm install grunt
Install Grunt (http://www.gruntjs.com)
npm install -g grunt-cli
npm install grunt
Then call grunt compile
Copy the content of /build to htdocs of your webserver
FAQ
1. "You...
Saturday, February 20, 2016
Build mobile apps faster with Ionic

Install Ionic
First, install Node.js 4 (Node 5 does not work at the moment!). Then, install the latest Cordova and Ionic command-line tools.
$ npm install -g cordova ionic
Start a...
Monday, February 15, 2016
Mobile App Builder
http://mobile-frameworks-comparison-chart.com/
IDE
https://www.codenameone.com/
https://software.intel.com/en-us/intel-xdk
http://jquerymobile.com/
http://www.jqmbuilder.com/build/
http://m.jqmbuilder.com/
http://jqmdesigner.appspot.com/designer.html
https://01.org/rapid-interface-builder
http://nativedroid.godesign.ch/material/
http://despreneur.com/best-tools-to-build-your-app-prototype-in-a-day/
http://concept.ly/
-------
https://onsen.io
http://ionicframework.com/
http://mobileangularui.com/
http://cobaltians.org/
http://www.idangero.us/framework7/
----...