1 00:00:04,050 --> 00:00:05,990 - I'm David Gassner. 2 00:00:06,000 --> 00:00:10,000 And this is Android App Development Essential Training. 3 00:00:10,010 --> 00:00:11,040 This course is designed to help you 4 00:00:11,050 --> 00:00:14,020 get started building apps for mobile devices 5 00:00:14,030 --> 00:00:17,020 that run the Android Operating System. 6 00:00:17,030 --> 00:00:19,050 After a brief look at the history of Android, 7 00:00:19,060 --> 00:00:21,070 I'll show you how to set up Android Studio 8 00:00:21,080 --> 00:00:25,040 and the Android SDK on your development computer, 9 00:00:25,050 --> 00:00:28,020 and how to prepare both virtual and physical devices 10 00:00:28,030 --> 00:00:30,020 for testing. 11 00:00:30,030 --> 00:00:32,020 I'll then describe how to create brand new 12 00:00:32,030 --> 00:00:35,000 Android Studio projects, how to define 13 00:00:35,010 --> 00:00:38,040 an app's visual presentation with XML layout files 14 00:00:38,050 --> 00:00:41,080 and widgets, and how to control an app's behavior 15 00:00:41,090 --> 00:00:43,990 with Java Code. 16 00:00:44,000 --> 00:00:46,060 I'll show you how to navigate between screens, 17 00:00:46,070 --> 00:00:49,040 how to present lists of data and images, 18 00:00:49,050 --> 00:00:52,060 and how to support the enormous variety of screen sizes 19 00:00:52,070 --> 00:00:57,020 and pixel densities that we see in Android devices. 20 00:00:57,030 --> 00:01:00,010 I hope that this course helps you get started building apps 21 00:01:00,020 --> 00:01:03,070 for the ever-expanding world of the Android Operating System 22 00:01:03,080 --> 00:00:00,000 and application framework.