Reputation: 79
I am a total newbie to Hybrid Apps. I don't know any JS, JQuery, PHP etc. I just do graphics and HTML. I don't know core Java or iOS SDK or Visual studio either.
I read a tutorial here which shows to build a HTML for an app. http://www.mobilehtml5.com/post/371921120/tutorial-your-first-mobile-html5-app-the
Now my question is:
1) Don't we need to give any width to the HTML file?
2) Shall I use BootStrap to code the HTML of the APP? I am only targeting the mobile size ... Right?
3) So after the HTML is made how will I deploy it? Do I need to convert it to iOS or Android version? If yes then how?
4) If I have to convert it to iOS or Android version then I need to upload it to Itunes or Google store.... Right?
Thank you.
Upvotes: 0
Views: 135
Reputation: 663
If you're starting out with Hybrid mobile apps using web technologies like HTML/CSS/JS, I'd recommend ionic It makes it really easy to build stunning mobile apps and it's built on top of apache cordova, so the executables can be uploaded to app stores.They have a wonderful slack community and the docs are amazing. Good luck.
Upvotes: 1