Our First Application: This is my second post and in this I'll be teaching you to make your first application. Let's get started. 1) Open your Android Studio application. This window will open. This may take up to few minutes. 2)Click on new Start a new Android Studio project . This is what you will get: Add Application name you want, Company domain is your website link or you email address And Project location is where you want to store your Android Projects. By default, the storage path of the app is inside your C drive followed by android and then projects. It's recommended that you create a new folder in another drive for Android Applications. Press Next. 3)Next window lets you choose the device configurations for which you are making the application for. Let's go with the default one. Default is the one which is maximum supported. Click next 4)Next window is for choosing the basic template you want for your application. ...