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”

How to clear spinner value in Kotlin Android

Hello android developer, Android spinner is a view similar to the dropdown list which is used to select one option from the list of options. This tutorial shows you how to clear spinner value in kotlin android. Android programming swap elements of spinner.

Continue reading “How to clear spinner value in Kotlin Android”

Android Custom Action Bar – Action bar Logo and Title click events handling

Hello Android developer, Android toolbar (formerly known as action bar) is an important android design element. It is used to provide better user interaction and experience. In this android toolbar example, , I’m going to cover how to handle toolbar logo and toolbar title click events as well.

Continue reading “Android Custom Action Bar – Action bar Logo and Title click events handling”