Introduction to Android Studio for beginners(Complete Guide).

Elif Coding
3 min readJun 12, 2020

Android is a mobile platform that is among the most common. Android Studio allows developers to write Java code for Android management and control. Google developed Android Studio IDE. This IDE is intended to build applications for Android platforms.

Please note that Android Studio replaces the popular Eclipse as the preferred IDE for developing Android applications. This article describes how Android Studio can be used as a beginner.

What is Android Studio?

Android Studio is the official integrated Google Android development environment. It’s developed from IntelliJ IDEA software by JetBrains and specifically designed for Android development.

This is available for installation on operating systems such as Windows , Mac OS and Linux.

The software was initially unveiled at Google I / O in May 2013 and in December 2014, the first stable build was released.

What programming language is used in Android Studio?

The foundation for everyone in Android Studio to program is only two languages and not necessarily complete their studies.

  • Java
  • XML(Extensibe Markup Language)

Java is for simple features and controls, and XML concerns the user interface(Activity). Google offers pallets in Android Studio, where it is all about dragging and dropping to create your interface.

You just need to know how to allocate a piece of code to any palette, through tag or ID etc.

How to install Android Studio.

  • On Windows
  1. Download Android Studio here
  2. After download is done. Double click on the .exe file and launch.
  3. Follow the Android Studio Setup Wizard and install any required SDK packages.
  • On Mac
  1. Download Android Studio here
  2. After download is done. Double click on the DMG file and launch.
  3. Drag Android Studio to the application folder and launch Android Studio.
  4. You are directed by the Android Studio Setup Wizard through the rest of your setup, including the installation and creation of Android SDK components.

Create your first project in Android Studio.

It is simple for Android developers to build Android apps for various form factors, including handsets, laptops, television and wearing devices. This page demonstrates how to start or import an existing Android app project.

If you have not opened a project, you will see the welcome screen if you first open Android Studio, which allows you to create a new project by clicking Start a new Android Studio project.

You can start developing a project by selecting File > New > New Project from the main menu when you open a document.

Then you can see the New Project Guide, which helps you to select the type of project that you want to build and adds code and tools to get you started. You can find a new project with the help of a New Project Wizard.

  • Select your project page

You can choose from Product Form Factor types that are shown in tabs next to the top of the wizard in the Choose Project Section.

Android Studio can start with the sampling codes and resources by selecting the type of a project you want to build.

Read complete here

--

--

Elif Coding

Elif Coding is a blog site that feeds you with post and tutorials about Coding languages like Java, kotlin, flutter, Android Studio, Php, Html, css and C# etc.