Android Service Example

Android Service is a amazing component of the Android application development. By using Android Service you can perform long running operations in the background. A simple example of Android Service is covered in this part to help you understand the basic concept of the Android Services.

Continue reading “Android Service Example”

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”