Your First Kotlin Android App

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

Part 1: Getting Started

03. First Project

Episode complete

Play next episode

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

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

Take your career further with a Kodeco Personal Plan. 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.

Notes: 03. First Project

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.