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

Android Build a Simple Android App (2014) Creating the Screen Layout Adding a TextView

Miguel Gonzalez Rocha
Miguel Gonzalez Rocha
2,849 Points

should i learn xml?

I want to make android apps, and i learned the principles of java before this course because thats the way it was before the update, but now i come here and i see xml which i read i need to understand php and javascript(back end languages) to use it. i just need to know if i should ignore it and trust in my java knowledge or if i should study xml to be fully capable of building an app by my own eventually with Android Studio

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

I'm most of the way through the Android track and haven't needed any PHP or JavaScript to understand the XML parts. The most you really need is a basic understanding of XML syntax and how Android defines it's resources.

Miguel Gonzalez Rocha
Miguel Gonzalez Rocha
2,849 Points

So in your experience my knowledge of java its enough to get going? I just dont like to ignore things that might make undertanding easier.

In my opinion, no for sure not necessary. the android XML is very straight-forward and all properties and attributes are usually self-explanatory, or quickly explained through a quick google search. you'll learn and understand it as you go thru the course and making apps for yourself much more efficiently than learning it in a vacuum so to speak.