Getting started with Android Views (Kotlin)
By: Luis A. Sierra
Hello, World! It is the first basic program in any programming language. Let's write the first program in the Android with Kotlin programming language.
To create and run a hello world program follow the following steps:
Step 1: Open Android Studio in your system and Create a new Android project.
Step 3: Give a name to your project like here we give "helloworld" and then click on next button.
Step 4: Select the project location and then click on the finish button. Now the project is created.
Step 6: Now go to App > src > main > java > com > example > helloworld > MainActivity and add the code below:
Post a Comment