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

Neethu Titus
Neethu Titus
1,734 Points

in which window or view do i enter the xml code in android studio?

When i created a project exactly as mentioned in the video tutorial , a window appeared not identical to the one displayed in the video. I cannot understand where i can enter the xml code for the app.

1 Answer

On the left side of the screen you should see your project tree, there will be all the relevant packages, look for a directory named "res", inside of it you should see an package called "layout", there is where your layout related xml files will be stored.