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

JavaScript JavaScript Basics (Retired) Working With Numbers Doing Math

Question

can you use javascript syntaxes when developing androind and ios apps

You can use HTML, CSS, & JavaScript to build mobile apps using PhoneGap

3 Answers

Stuart Wright
Stuart Wright
41,118 Points

No, if you are interested in Android Development you should learn Java, and if you're interested in iOS development, Objective-C or Swift.

Check out Treehouse's Tracks page - it has iOS and Android tracks, so you should choose one of those rather than JavaScript if it's mobile development that interests you:

https://teamtreehouse.com/tracks

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

You can also learn Kotlin to develop Android apps. Google is now officially supporting it so I would expect to see some more content for Kotlin for Android in the not too distant future :)

thank you