1 00:00:00,000 --> 00:00:04,840 [MUSIC] 2 00:00:04,840 --> 00:00:06,930 Hello, and welcome back. 3 00:00:06,930 --> 00:00:09,140 I'm Craig and I'm a developer. 4 00:00:09,140 --> 00:00:11,680 If you haven't taken the courses listed in the prerequisite, 5 00:00:11,680 --> 00:00:13,530 I highly suggest that you do so. 6 00:00:13,530 --> 00:00:16,960 We're gonna be building on the concepts that we introduced, as well as revisiting 7 00:00:16,960 --> 00:00:20,160 and proving some of the projects that we built together in those previous courses. 8 00:00:21,200 --> 00:00:24,280 This time around we're going to be doing something a little different. 9 00:00:24,280 --> 00:00:26,780 Instead of using Workspaces, we're gonna move 10 00:00:26,780 --> 00:00:31,250 development onto our local machines and learn all about what that entails. 11 00:00:31,250 --> 00:00:34,380 We've used some of the Java development programs already, but 12 00:00:34,380 --> 00:00:37,110 we will now take time to explore them in more depth. 13 00:00:38,390 --> 00:00:41,790 Getting your environment up and running might be a little frustrating. 14 00:00:41,790 --> 00:00:45,380 Which is one of the reasons I waited until now to introduce it. 15 00:00:45,380 --> 00:00:47,890 I wanted to get your feet wet with the language, and for you to have 16 00:00:47,890 --> 00:00:52,480 an appreciate of its power, before setting you off on installation tasks. 17 00:00:52,480 --> 00:00:55,310 But now we're investing in a language we like it and 18 00:00:55,310 --> 00:00:56,790 we are ready to accept the challenge. 19 00:00:58,750 --> 00:01:02,990 I got an email from a student where she told me she was falling in love with Java. 20 00:01:02,990 --> 00:01:06,270 Now this installation process may require a little bit of that love, but 21 00:01:06,270 --> 00:01:08,360 I promise you it's well worth it. 22 00:01:08,360 --> 00:01:10,310 If you already loved the language before, 23 00:01:10,310 --> 00:01:14,710 wait until you see the power of an IDE, or Integrated Development Environment. 24 00:01:15,820 --> 00:01:20,070 For this course, we'll specifically be exploring the IntelliJ IDEA editor. 25 00:01:20,070 --> 00:01:23,160 Which is the same editor that is bundled for Android development. 26 00:01:23,160 --> 00:01:28,770 I will show off some tricks that can increase your productivity ten fold. 27 00:01:28,770 --> 00:01:31,680 IntelliJ also has a tool that will let you know when you've made mistakes 28 00:01:31,680 --> 00:01:32,200 in real time. 29 00:01:33,250 --> 00:01:35,480 Chances are you're gonna get pretty mad at me for 30 00:01:35,480 --> 00:01:37,210 not showing this earlier in our adventures. 31 00:01:37,210 --> 00:01:40,660 You will definitely appreciate what it does for you now though. 32 00:01:40,660 --> 00:01:41,890 So let's get started.