1 00:00:00,180 --> 00:00:03,180 Let's look back on all that we've learned in this project. 2 00:00:03,180 --> 00:00:07,760 We set up the development environment and created an app project using a template. 3 00:00:07,760 --> 00:00:12,260 Then we added a text view and a button to the screen and made the button display 4 00:00:12,260 --> 00:00:17,450 a random fun fact, by using the random class to help us generate a random number. 5 00:00:17,450 --> 00:00:22,040 That random number is then used to get a fun fact from an array of strings, 6 00:00:22,040 --> 00:00:24,320 where all the fun facts are stored. 7 00:00:24,320 --> 00:00:27,500 We then refactored our code to better organize it and 8 00:00:27,500 --> 00:00:30,560 get more practice with creating new objects. 9 00:00:30,560 --> 00:00:34,180 Then we dynamically set the background color of the whole screen. 10 00:00:34,180 --> 00:00:37,340 And finally, we looked at a few methods for troubleshooting our code. 11 00:00:38,370 --> 00:00:42,300 Thanks a lot for watching, and congratulations on making it to the end. 12 00:00:42,300 --> 00:00:45,170 There are lots of other things you can make with this code, and 13 00:00:45,170 --> 00:00:48,870 I encourage you to try and make something new and share it with the community. 14 00:00:48,870 --> 00:00:49,650 Until next time.