Your First Kotlin Android App

Oct 1 2020 Kotlin 1.4, Android 11, Android Studio 4

Part 1: Getting Started

3. First Project

Episode complete

Play next episode

Next
About this episode
See versions
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 2. Download Android Studio Next episode: 4. Build Your Project

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Pro subscription. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

When we say the app is built for Android 4.4, it means that all the Android versions from 4.4 and above are supported, not just the 4.4 version.

A package name is a unique identifier for a specific set of files and code. It's usually used to differentiate between different apps on the Play Store! Make sure to create your projects with the latest up to date SDK. Currently, in 2020, that's Android Q or R.

This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.