Saturday, 29 May 2021

Creating My First Android Application

In order to start with your first android app, download the android studio IDE and install the required features. It’s a long Process and downloads a lot of google library and once it downloads all the library then it ready for the development environment.  


  1. 1. Install the Latest version of Android Studio. 

  1. 2. In the Welcome to Android Studio window, click Create New Project. 

  1. 3. In the Select a Project Template window, select Empty Activity and click Next. 

  1. 4. In the Configure your project window, complete the following: 

  • Enter "My First App" in the Name field. 

  • Enter "com.example.myfirstapp" in the Package name field. 

  • If you'd like to place the project in a different folder, change its Save location. 

  • Select either Java or Kotlin from the Language drop-down menu. 

  • Select the lowest version of Android you want your app to support in the Minimum SDK field. Based on this the application is compatible with the versions.  

  • If your app will require legacy library support, mark the Use legacy android.support libraries checkbox. 

  • Leave the other options as they are. 

  1. 5. Click Finish. 


You can Alternatively check out the following project from Github and get started with it. 



 


  

No comments:
Write comments