Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Start a free Basic trial
to watch this video
Great job on finishing your first Android app!
-
0:00
Let's look back on all that we've learned in this project.
-
0:03
We set up the development environment and created an app project using a template.
-
0:07
Then we added a text view and a button to the screen and made the button display
-
0:12
a random fun fact, by using the random class to help us generate a random number.
-
0:17
That random number is then used to get a fun fact from an array of strings,
-
0:22
where all the fun facts are stored.
-
0:24
We then refactored our code to better organize it and
-
0:27
get more practice with creating new objects.
-
0:30
Then we dynamically set the background color of the whole screen.
-
0:34
And finally, we looked at a few methods for troubleshooting our code.
-
0:38
Thanks a lot for watching, and congratulations on making it to the end.
-
0:42
There are lots of other things you can make with this code, and
-
0:45
I encourage you to try and make something new and share it with the community.
-
0:48
Until next time.
You need to sign up for Treehouse in order to download course files.
Sign up