android studio for beginners

Android For Beginners

  • Android Studio Introduction 2020

    In this article, we will give a brief Android Studio Introduction 2020. Also, present the history of the Android operating system. We will also cover features, frameworks and the platform used to build android apps. Furthermore, we’ll describe Android versions, Android architecture components, Android Runtime and Android application components. Android Studio Introduction, What is Android? …

    Android Studio Introduction 2020 Read More »

  • Installing Android studio and System Requirements

    Android Studio is the official integrated development environment (IDE) for Google’s Android operating system. Moreover, it is developed on IntelliJ IDEA software and specifically designed for Android creation. Also, It can be downloaded from Windows, macOS and Linux operating systems. Further more, this is a replacement for the Eclipse Android Development Tools (E-ADT), the main IDE for the development of native Android applications. Features – SYSTEM REQUIREMENTS …

    Installing Android studio and System Requirements Read More »

  • Create An Android Studio Project

    Welcome to the first practical android tutorial for beginners. In this article you will learn how to create your first android studio project after Installing Android Studio. In order to create a new android studio project, open android studio. Then, you will see “welcome to android studio” window as following. Next, click on “Create New …

    Create An Android Studio Project Read More »

  • Android Studio User Interface and Project Structure

    In this article You will be familiar with the android studio user interface and the android project structure. Android Studio is the official Integrated Development Interface (IDE) and id dependent on IntelliJ IDEA. Moreover it provides developers with more features that enhance your productivity when building Android apps. Features like a flexible Gradle based build …

    Android Studio User Interface and Project Structure Read More »

  • Setup Android Emulator in Android Studio

    In this article you will learn how to setup Android Emulator in Android Studio after first installation of android studio. Android emulator is a simulation of android device on your computer. Moreover, it provides almost all the capabilities of a real android device. Further more, the emulator comes with predefined configurations for various Android phone, …

    Setup Android Emulator in Android Studio Read More »

  • Activities in Android Studio

    In the previous articles of our android studio tutorials for beginners we learned how to create an android studio project. By default android studio create packages and files from which is the Main Activity java file. Surely, an activity class is a crucial component of any android app. So, this article is important as we …

    Activities in Android Studio Read More »