After successfully installing the Android Studio and opening it for the first time, we need to start with a new project to begin our journey in Android.
In this article, we will learn about how to create a new project in Android Studio.
Below are the steps to start and set up a new Android project in Android Studio.
In this step, we filled out the data as mentioned above.
The 'Name' serves as the distinctive title identifying the application. For instance, in a photo editing app, the 'Name' could be "PhotoMaster".
The 'Package Name', an automatically assigned identifier, is essential for incorporating various programs into the application. For example, in a game app named "AdventureQuest", the 'Package Name' could be something like "com.adventurequest".
The 'Save Location' refers to the directory where the application is stored on the device. For instance, in a note-taking app, the 'Save Location' could be the 'Documents' folder on the user's device.
The 'Language' signifies the programming language used to develop the application. For example, in a web development app, the 'Language' could be HTML, CSS, and JavaScript.
The 'Minimum SDK' indicates the lowest version of the Android operating system required to run the application. For instance, if an app needs Android 7.0 or higher to function, that would be its 'Minimum SDK'.
The 'Build Configuration Language' is employed to select the tool responsible for compiling the application into an .apk file. For example, in a game development app, the 'Build Configuration Language' could be set to Unity to create the final game output.
And now you can begin writing the application code.
Ready to start an exciting journey into the world of Android Development with Kotlin? It's time to make a change and dive into a fantastic learning experience with our Mastering Android Development with Kotlin From Beginner to Pro - Self Paced!