Posts

Showing posts from August, 2020

Start guide for android studio

Image
Start guide for android studio Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA .On top of IntelliJ's powerful code editor and developer tools, Android Studio offers even more features that enhance your productivity when building Android apps. Download android studio and install. https://developer.android.com/studio 1. Start a new Android Studio project.  Click on ‘Start a new Android Studio project’. You will be moved on to a screen that asks additional details of the project.  2. Give the application name under ‘Application name:’ 3. Target Android Devices screen Here, we are adjusting the settings of the devices our Android app will run on. For each major update of the Android OS, the API level is incremented. Having a lower API level will target a higher number of devices.    4. Selecting a preloaded Activity screen In this section of the project configuration, select an Activity to be