Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Sophie Jiwan
787 PointsButton and TextEdit declaration
In the 'Make a Simple Android App' series, the mButton was declared, as well as initialized inside the OnCreate method, but in this series, the button and TextEdit are declared outside of the OnCreate, but used inside it. Why is this? Is one preferred over the other?
1 Answer

adamabdulghani
7,864 PointsHi Sophie, It depends on where you want to use the variables. I recommend you check out the Java courses or read on the difference between Global and local variables in Java.
Harry James
14,780 PointsHarry James
14,780 PointsMoved this as an answer :)