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:
- Intro
- What we will build
- Why choose Kotlin for Android Development?
- Android Studio Setup
- Creating the project
- Android Studio Roundtrip
- Building the app's layout
- Writing the Kotlin code for our app
- Recap of what we've done
- Setting up the Android emulator
- Running our app