Your First Kotlin Android App

Mar 19 2018 · Video Course (2 hrs, 29 mins) · Beginner

Learn the basics of Android development by creating your own game. This course is designed for people new to both Android and development as a whole.

4.8/5 10 Ratings · Leave a Rating

Version

  • Kotlin 1.2, Android 4.4+, Studio 3.0.1

Getting Started

Introduction

2:34 Free

Getting started with Android development begins right here. Learn about what you'll be making in this course.

1

To get started with Android development, you'll need to download Android Studio. This video will walk you through installing it.

2

With Android Studio up and running, you'll need to register as a Google developer. This video shows you the steps.

3

First Project

5:26 Free

With Android Studio installed and you registered as an Android developer, you'll get started by creating your first project.

4

Build Your Project

5:20 Free

This video will show the process of building your app and running it on a virtual device.

5

Project Contents

1:22 Free

Learn about the various components that make up an Android project.

6

Before starting out on any programming task, it's good to have a roadmap. Your challenge is to create one.

7

Conclusion

0:51 Free

Here you'll review everything that you've learned and get a glimpse of what you'll do next.

8

The Basics

Introduction

0:52 Free

A good place to start with your game is in the user interface. This introduction will give you a brief glimpse at what you'll be doing.

9

Modifying the UI

4:43 Free

In this video, you'll start out building your UI by adding a TextView.

10

In your first challenge of the section, you'll add another TextView to your game.

11

Positioning Items

3:58 Free

Placing items isn't enough. You also have to position them. You'll do this by learning about rules.

12

Now that you how to add rules, you'll add some rules of your own to the Tap Me button.

13

Once you have a UI element place, you'll want to customize it. This video will show you how.

14

To access UI elements, you'll need to add IDs. In your challenge, you'll be doing this.

15

String Resources

5:17 Free

In Android, you should avoid adding text directly and instead use string resources. In this video, you'll learn what that means.

16

Now that you know how to work string resources, it's time for you to add one of your own.

17

Conclusion

0:57 Free

This video concludes the discussion about creating your UI and prepares you for your next task: writing Kotlin.

18

Activities

Introduction

0:48 Free

This video introduces a critical component in Android development: Activities.

19

This video is a deep dive into the purpose of Activities, and you'll be introduced to your first Kotlin code.

20

Android Manifest

2:01 Free

Every app comes with a manifest file and in this video, you'll learn why it's important.

21

Learn about properties and how to add them to an activity.

22

In your challenge, you'll add another property to your main activity.

23

OOP Concepts

5:58 Free

Object Oriented Programming is the basis of Kotlin. This will video provides a brief overview of the basis of OOP.

24

Handling Actions

6:04 Free

If you want to react to events, you need to write some actions. This video will show you how.

25

In your challenge, you'll need to update the score TextView to display 0.

26

For your game to work, it requires a countdown timer. Learn what it is and how to use it.

27

Every game must have a beginning and ending. In this video, you'll add both.

28

Conclusion

1:01 Free

At this point, you have a working game, or do you? We'll cover what's been done--and what's left to do.

29

Debugging

Introduction

1:19 Free

Bugs are a part of software development and in this section, you'll learn how to get rid of them.

30

Your First Debug

4:58 Free

To get started with debugging, you'll be introduced to a common debugging technique: logging.

31

This video covers the activity lifecycle and what actually happens to an activity when a device is rotated.

32

Now that you have log statements in your code, your challenge is trigger all of them.

33

Breakpoints

5:02 Free

While logging can help debug your app, breakpoints are where you can inspect your app while it is running.

34

Restoring State

3:28 Free

When you save the state of your app, you'll want to - at some point - restore it. This video will cover the process.

35

Conclusion

0:31 Free

With your app all debugged, all you need to do is make it look good and submit it to the app store.

36

Making It Look Good

Introduction

0:46 Free

With your app working well, you just a few things left to do before publishing it to the Android app store.

37

Changing Colors

4:44 Free

While the default colors are fine, to make your app really shine, you'll learn how to define your own.

38

In this challenge, you'll define some new custom colors and apply them to existing controls.

39

Animations

5:00 Free

In this video, you'll add some animations to your interface to make it really shine.

40

In your last challenge of the course, you'll add an animation to the score.

41

Add a Menu

4:30 Free

Menus provide a way to add additional interactivty. In this video, you'll add one to your game.

42

About Dialog

2:43 Free

In this video, you'll learn about dialogs and how to use them in your game.

43

Learn how to give your app a custom icon and a display name.

44

Submission

5:55 Free

With your game completed, there's only one thing to do: submit it to the app store.

45

Conclusion

1:05 Free

Congratulations! With your app completed and submitted, you've made it through the course. Great work!

46

Contributors

Comments