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!
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

A X
12,842 PointsWhat tracks teach XML?
Hi all, I'm working on Android Studio, and I want to learn the XML code behind the drag and drop feature of Android Studio. Can someone recommend a class/track that would teach more of the XML code behind Android applications (for a beginner)? Thanks!
2 Answers

Evan Demaris
64,262 PointsHi abbymann,
TreeHouse doesn't have a just-XML course at the moment. The Android courses touch on XML usage, and there's a course on Scalable Vector Graphics (SVG), an XML markup language used to make 2D images with vectors, but if you really want to get your feet wet with how XML works, I'd recommend checking out this article, which describes itself as a guided tour of XML.
Hope that helps!

jason chan
31,008 PointsIt's basically rest api. It's back end programming.
The course below:
https://teamtreehouse.com/library/build-a-rails-api
It's also known as ajax. You use javascript or jquery to access xml or ajax.
https://teamtreehouse.com/library/ajax-basics
I hope that helps. Also learn mongo and SQL. REST API is basically doing CRUD to the application, having no access to the owners database.