john
john

Reputation: 37

Making IOS apps with html, javascript, css

so i am new to JavaScript but i am familiar with html and css. I wanted to go into the world of app development but i am not sure where to start. I know that apple uses X-Code, and Phone Gap is a way of using html, css and JavaScript to make apps. Should i learn JavaScript first? Is JavaScript what you can use to make apps? What program should i use to put these skills together to build an app? As of right now i just want to get started and any advice would be great. I am not here to make world of Warcraft for ios so i would not really want to pay more than 200 dollars for software.

Upvotes: 0

Views: 410

Answers (3)

sbabybird
sbabybird

Reputation: 54

You also can try Qt http://qt-project.org/

with QML language -- a programing language like CSS+Javascript

Upvotes: 1

Piyush matta
Piyush matta

Reputation: 109

Yes you can easily make mobile apps using html,css,js. html, css are used for designing and js for functionality. use phonegap (open source product of adobe) go and buid.It's very easy.

Upvotes: 0

Kadiri
Kadiri

Reputation: 308

You can start by learning Cordova, a library used to create native mobile applications by using HTML, CSS and JavaScript.
Cordova have a big community and you can solve your problems by an easy way (or highway).
I hope that you know HTML5, CSS and Javascript.
This is the official doc of cordova


Enjoy!

Upvotes: 0

Related Questions