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've set up the development environment and
-
0:04
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 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:21
where all the fun facts are stored.
-
0:23
We then refactored our code to better organize it and
-
0:26
get more practice with creating new objects.
-
0:29
Then we dynamically set the background color of the whole screen.
-
0:32
And finally, we looked at a few methods for troubleshooting our code.
-
0:36
Thanks a lot for watching, and congratulations on making it to the end.
-
0:40
There are lots of other things you can make with this code.
-
0:43
And I encourage you to try to make something new and
-
0:45
share it with the community.
-
0:46
Until next time,
You need to sign up for Treehouse in order to download course files.
Sign up