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 (2014) Basic Android Programming Generating a Random Number

Need Help

till now I have done everything say in this videos but I m confused I cant be able remember those codes and method when to use and how to use any suggestion please

Jeremiah Shore
Jeremiah Shore
31,168 Points

Google is most definitely your friend when it comes to learning anything technical. Chances are that someone else has already had the problem you are trying to figure out.

When sorting through results I usually look for questions on StackOverflow, which has a Q&A forum type of format. The Android documentation at developer.android.com is also wonderful, but isn't usually as straightforward of an answer. Keep in mind that some answers for Java also apply to android.

Also, practice makes perfect. The best way to remember how to do something is to do it enough times that it becomes part of your long term memory.