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

kapil joshi
kapil joshi
138 Points

using tools namespace in xml

why we use tools namespace in xml doc instead of android namespace?

2 Answers

Hi kapil,

We use the tools namespace when we want to see how something would look on our preview, but we don't want the app to look that way when we actually run it.

It's useful for example text that you don't want to be the default text, or visibility of a view when it closely matches the background, that type of thing.

I hope that helps!

kapil joshi
kapil joshi
138 Points

Thank you Evan Demarins for reply:)