Question

How to start phone gap using iconic and angular framework.I have installed Phone gap don't know to use angular and iconic.

Was it helpful?

Solution

I would recommend to you this Course for Angular on codeschool Shaping up with Angular.JS.

It took me just 2-3 hours to understand the logic of Angular.js and really helped me out with this.

Inonic is just a UI framework to give your App a nice look&feel. They have quite a good documentation on their site.

To implement this stuff in a phonegap application just go ahead and take a look at the ionic Get Stated Guide to download the ressources and implement them in your www - folder of your phonegap dir.

But first of all, start with the course ;-)

OTHER TIPS

Firstly, install NodeJs on your system. Then follow the instructions given here at Ionic website. Make sure you have the Android/iOS SDK installed on your system.

I would highly recommend you to get started with the sample app here on Christophe Coenraets's blog.

If you want to build your first ionic app, you can try this tool Ionic builder

This will help you to build a sample ionic project by just clicking a button and you can configure your pages as well. Once the project is generated, you can download the code and load it in "www" folder of phonegap app.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top