Member-only story

How To Make Android Apps With Kotlin

Manpreet Singh
2 min readJun 15, 2022

--

Welcome back! Kotlin is an awesome programming language with a ton of capability, if you’re new to Kotlin, check out the link below to learn more about it:

So, let’s talk about how we can make Android applications with Kotlin! Starting off, we want to install Android Studio, this is the native editor which allows us to build out Android applications, here is a link to the Android Studio download page:

https://developer.android.com/studio

Once installed, you can start building out your first projects! From the Android developer website, we can follow their instructions on building out our first project:

https://developer.android.com/codelabs/build-your-first-android-app-kotlin#2

Within this page, they tell us to create a new project, choose Kotlin as our language, and leave everything else as default! At this point, we can go ahead and setup our screen as you can see below:

--

--

Manpreet Singh
Manpreet Singh

No responses yet