Showing posts with label setup. Show all posts
Showing posts with label setup. Show all posts

Sunday, July 10, 2016

How to Create Signed APK Using Only Cordova CLI

By default, APK generated by Cordova is a debug APK. But we need a release apk and moreover we need to sign it in order to make it be able to submit it somewhere or share with somebody.

Monday, May 23, 2016

How to Build your First Mobile App using Cordova

Cordova Logo
Cordova is a blessing in mobile development arena. You can write code once, then build apps for iOS, Android, Blackberry, Windows Phone etc. with the same code. You need nearly no coding skills. If you know HTML(5), CSS, Javascript, you already know how to do most of the coding.