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 trialSteven Ho
296 PointsMake sure you're editing the 'id' of the TextView.
What does that mean?
This is what i modify android:id="@+id/treehouseLabe1"
1 Answer
Matheus G Oliveira
9,682 PointsYou modified it on your activity. Your activity is where it shows your app screen.
This android:id=@+id/treehouseLabe1 is to set the name of some element (Button, layout, textview, etc.) that is inside of your activity
Hope this helps!
Steven Ho
296 PointsSteven Ho
296 PointsThank you