Android Basic

Creating First App

views

6:55
When you open the Android studio for the first time after installation, this window will be displayed. Select the first option, “Start a new Android Studio project”. On selecting the option, this screen will be displayed. Whenever we learn any new programming language or a method of programming, the first program we write is the “Hello World” program. Here too we would be doing the same thing. The only difference is instead of creating a program, we will be creating an app. So enter the Application name as “Hello World” and click on next.