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

What 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

Hi 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
jason chan
31,009 Points

It'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.