In this chapter we are going to learn how to use the Android Studio integrated development environment (IDE) to write and execute a first simple Kotlin program.
Setting Up an IDE: Android Studio
Although computer programs could be written in simple text editors and then prepared and executed by some system-level commands entered in a system terminal, using an IDE helps in keeping project files together and also simplifies various development-related activities.
Note
Computer languages come in two flavors: Either you have some program code that by some execution engine ...