Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Abhin Iype
Courses Plus Student 4,615 PointsMobile apps
Is there a good course on making native mobile apps with html, css and javascript using something like phonegap?
2 Answers
John Stephanites
2,007 PointsI did check into phone gap as well and most learning material that I saw was on Adobes sites or the actual phonegapbuild.com site. I was going to go that way but as I investigated it I realized PGB is a huge app and learning to use it may be as hard or harder as learning to make apps with Xcode or Android Studio and I figured I may as well start at the source. Just my thought which may differ from yours altogether. Good Luck!
John Stephanites
2,007 PointsYes that is the idea. The issue i saw was actually learning the PhoneGap platform seemed as intensive and "Big" or bigger as anything else. With all the managing of the SDK's and proper way of coding the app was very hard for me. A very deep knowledge of HTML CSS and Javascript is needed. If you have that knowledge I think it may be a great way to go.I do not have that so I figured I would learn how to make apps natively. Form there I think it will be easier to figure out how to either cross platform another way or learn Android .Studio which is different than Xcode but similar. I am working on HTML and CSS as a side note and by learning Swift it is much easier to get a grasp on that. I work with Muse to design my sites.
Abhin Iype
Courses Plus Student 4,615 PointsAbhin Iype
Courses Plus Student 4,615 PointsI was thinking that with something like phone gap you could make just one app and deploy it to many different platforms, rather than learn java, swift, etc. and make the same app in different languages for each platform.