We will create a basic todo list Android app using the Kotlin programming language
Philipp Lackner YouTube Channel:
https://www.youtube.com/channel/UCKNTZMRHPLXfqlbdOI7mCkg
Code:
https://github.com/philipplackner/TodoList
Philipp's Kotlin Crash Course (Traversy Media):
https://www.youtube.com/watch?v=5flXf8nuq60&t=302s
Timestamps:
00:00 - Intro
00:33 - What we will build
01:42 - Why choose Kotlin for Android Development?
03:29 - Android Studio Setup
07:17 - Creating the project
08:57 - Android Studio Roundtrip
16:17 - Building the app's layout
35:07 - Writing the Kotlin code for our app
01:03:04 - Recap of what we've done
01:06:25 - Setting up the Android emulator
01:08:15 - Running our app