Introduction to Android App Development With Kotlin: Android Studio, New Project, and AVD
If you’re reading this, I speculate that you are interested in Android app development. This tutorial is the first in the series of tutorials where we’ll go through the basics of Android development. I’m a firm believer that the best way to learn is by doing. So each tutorial will have a list of steps you are expected to follow. If you do, you’ll end up with a working app that can be a backbone of a bigger project. We’ll use the latest version of Kotlin and Android's newest architecture components. We’ll learn about Room, LiveData, and much more. If you have done Android development in the past, these tutorials are probably not for you. You should read on if: You would like to dive into the wonderful and prosperous world of app development You would like to learn the basics of Android app development You actually want to make an app rather than just read about making one Lesson 1 You’re still here… Well then, welcome aboard. In the first lesson, we’ll get yo...