The Gradle build system is used to build Android applications in Android Studio. Android projects are handled by the Gradle system which is an automated build system.
Continue reading “Introduction to Gradle and build.gradle files”Author: Androidchunk
Android Studio Project Folder Structure
Hey android developer, before proceeding let’s know some basic folder structure of android app project.
Continue reading “Android Studio Project Folder Structure”Component of Android Studio’s Main Window
Hello, This post provides an introduction about the basic components of the main window of Android Studio. When you develop your application, You can easily learn about it. But I want to share you an overview about it. Android Studio is a standard IDE for developing Android apps and it provides various tools related to Android apps. This section is only about the main window. You will learn other tools in the next lessons.
Continue reading “Component of Android Studio’s Main Window”How To Create New Project In Android Studio?
Hello Android learner! You will be able to create/start an android project after reading this article. This is very easy to do. So why late? Lets start.
Continue reading “How To Create New Project In Android Studio?”Android Studio Installation And Setup
In this part we will learn how to install Android Studio so that you can start your Android App development.
Continue reading “Android Studio Installation And Setup”Introduction to Android
What is Android?
Android is a popular Linux based open source operating system used in mobile phones, tables, smart watches and smart TVs.
Continue reading “Introduction to Android”Create Android Virtual Device (AVD) in Android Studio
As an Android developer you always need to test your app frequently. If you have a real Android device, that’s great. But sometimes your app needs to be tested on the specific Android API version or you want to check how your app perform in the different Android device. You don’t have all the real devices at the moment. Android studio makes this problem easy for you. You can create virtual device in Android Studio. They behave like real devices. In this section We will learn how to create Android Virtual device (AVD) in Android Studio.
Continue reading “Create Android Virtual Device (AVD) in Android Studio”