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 Build a Simple Android App with Java Basic Android Programming Accessing Views in Code: Assigning Variables

Malcolm Taylor
Malcolm Taylor
496 Points

I didn't understand where you put the code for classes and why? Video just skips to blank screen without any context.

Video states how to fix errors that we may see when trying to reference our button view but then just skips to another screen with pre-written code. So im confused on if we are to copy this code and if so where do we put this code and exacty what is it doing? The code im referring to is the "class view" code.

1 Answer

Malcolm Taylor
Malcolm Taylor
496 Points

i think it figured out why i was getting the initial error to begin with. i was placing the statement to reference the button code to xml in between the second-to-last curly brace and the last curly brace. now i not pulling an error and no needs follow the issue paths