1 00:00:05,966 --> 00:00:08,799 Hello! My name's Jim McKeeth 2 00:00:08,800 --> 00:00:12,133 you've subscribed to my course, prepare to be educated 3 00:00:12,133 --> 00:00:17,233 this is introduction to Android Development with Delphi 4 00:00:18,666 --> 00:00:21,066 we're going to mostly focused on Delphi and Android 5 00:00:21,066 --> 00:00:24,466 but a lot of stuff we're going to cover will work on all platforms 6 00:00:24,466 --> 00:00:29,499 especially other mobile platforms, like iPhone, iPad, etc. 7 00:00:29,500 --> 00:00:32,833 and some of it will also work with C++Builder. 8 00:00:32,833 --> 00:00:37,266 So we will probably add some supplemental courses for things that are Delphi specific 9 00:00:37,266 --> 00:00:39,099 to cover C++ specifics. 10 00:00:39,100 --> 00:00:45,933 But the main objective of the course is to get you up to speed on Delphi development for Android. 11 00:00:46,566 --> 00:00:51,099 Our first lecture kind of an introduction: some prerequisites, making sure you have your IDE set up, 12 00:00:51,100 --> 00:00:52,100 and stuff like that. 13 00:00:52,100 --> 00:00:54,500 The second lecture, which will be the week after, 14 00:00:54,500 --> 00:00:57,100 is going to cover building your first app. 15 00:00:57,100 --> 00:01:01,100 This is really going to a little more into details of laying apps out, 16 00:01:01,100 --> 00:01:04,066 working your way around the IDE, and deploying to the device. 17 00:01:04,966 --> 00:01:08,299 After that, we're going to do Using Mobile Push Notifications 18 00:01:08,300 --> 00:01:11,466 which is kind of a little bit more advanced, but that's okay, you're up for it. 19 00:01:11,466 --> 00:01:11,899 Right? 20 00:01:11,900 --> 00:01:17,066 This is going to use the idea of, let's say you wanted to have a mobile taco truck, 21 00:01:17,066 --> 00:01:21,932 and you wanted to go let your customers know when and where you're going to be at. 22 00:01:21,933 --> 00:01:23,733 So we're going to build an app for that. 23 00:01:24,533 --> 00:01:29,233 After that we're going to talk about using and working with the camera and images and sharing, 24 00:01:29,233 --> 00:01:31,966 so you could make your own version of SnapChat. 25 00:01:31,966 --> 00:01:35,432 Then we're going to do building a to-do list application 26 00:01:35,433 --> 00:01:37,499 which is going to use a local database. 27 00:01:37,500 --> 00:01:41,233 And we'll do some work around REST services. 28 00:01:41,233 --> 00:01:44,933 Building a REST client, connect to a REST service out in the cloud someplace 29 00:01:44,933 --> 00:01:46,633 pull some data down for your users. 30 00:01:46,633 --> 00:01:48,999 We may add some more lectures on after that, 31 00:01:49,000 --> 00:01:53,400 but hopefully that's enough to get you going and get you up to speed on building 32 00:01:53,400 --> 00:01:57,366 Delphi, using Delphi to build Android applications.