A good working knowledge of standard Java is needed.
Having problems? check the errata for this course.
1 |
Introduction |
Preview
24m 32s |
|
Installing the IDE (we'll be using Android Studio); how to set up the Emulators for Phones and Tablets. | |||
2 |
Your First App |
Watch
27m 16s |
|
Our "Hello World" App will be a simple layout. | |||
Errata for chapter 2 |
Watch
11m 44s |
||
Since we recorded this course Android have made some changes to the default layout, and there's a small bug in the current version of Android Studio - this short additional video covers those changes. | |||
3 |
Project Resources and Internationalization (i18n) |
Watch
13m 38s |
|
How to manage multiple resource bundles, how to switch them based on the user's locale. | |||
4 |
UI Widgets and Events |
Watch
29m 16s |
|
How to respond to events such as button clicks. | |||
5 |
UI Design |
Watch
48m 48s |
|
We now begin with a more realistic App (a Quiz). We look at how to design for multiple form-factors, Tablets and Phones. | |||
6 |
Navigation and Intents |
Watch
51m 43s |
|
Using Intents to move from one Activity to another. We start with "Explicit" Intents. | |||
7 |
Passing Data and Implicit Intents |
Watch
28m 19s |
|
We now complete the application, and enable a "share to social media" function. | |||
8 |
Deployment to a live Device |
Watch
11m 29s |
|
If you have an Android device to hand, you can now deploy to that device. |