Interest in //Web //Win //Mobile //Database & //Life

Hybrid Application Development using Ionic, AngularJs, Cordova – Part 3

After completing all the necessary steps described in Part 1 and Part 2 of this series tutorial, you will see the following folder structure in your application directory. I will work with the www folder. inside the folder you will get the index.html and js/app.js, these are the two main files you have to work with. Use any…

Continue Reading

2

Hybrid Application Development using Ionic, AngularJs, Cordova – Part 2

As we are done with the platform setup, we can move on to the next step with creating our first hybrid application, If you have missed the platform setup guide please check here. To create a new application first go to the directory where you want to create your new application using the command prompt…

Continue Reading

3

Hybrid Application Development using Ionic, AngularJs, Cordova – Part 1

Hybrid applications are talk of town in recent days. In simple words, use your web development skills (HTML5, CSS, Javascript) to create an application that will run as native application on different devices (Android, IOS, Windows mobiles etc.) with the help of some framework. In this series of articles, I will try to show how…

Continue Reading