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 (retired 2014) Learning the Language Simple Refactoring

Error in Extra Credit section

Hello! When I finished this lesson, I tried to accomplish the 'Extra Credit' challenges. In the last paragraph, it goes: "For example, answer.equals(crystalBall.mItems[0]) checks whether the answer equals the first item in the array or not. Change the background color for certain answers or certain types of answers, like make it red for negative answers and green for positive answers."

However, following the last updates, 'crystalBall' should be 'mCrystalBall' and 'mItems[0]' should be 'mAnswers[0]' if I got it right.

Thanks and kind regards! Vinícius.