Category: Android Tutorials

develop android 2d game

Develop Android 2D Game of Spinning The Bottle

I hope you guys are enjoying the android tutorial so far and are building some exciting apps using android. Through this article, we will cover another interesting app, which would be a 2D game....

android gradle

Android Gradle

In this article, we will understand Android Gradle. Android Gradle is a set of scripts that help you manage and automate the app-building process. Android Gradle is like a toolkit that consists of scripts...

android virtual device

Android Virtual Device

In this article, we will proceed with the Android Virtual Device(AVD). You will come across what Android Virtual Device is and why it is so popular these days. As the name suggests, Android Virtual...

android layout and views

Android Layout and Views

I hope you are enjoying the android journey so far and are developing some awesome apps. Today, you will get to know a pretty exciting topic known as Layouts and Views. You are very...

android web services

Android Web Services

In this article, we will cover web services in android. Web services are quite essential while dealing with any applications. Most of the applications running these days use web services. Web services, in simple...

android preference shared preference

Shared Preferences in Android

In this article, we will proceed with Android Preferences and Shared Preferences. Like any other android storage, android preferences and shared preferences are also used to store application data. What makes the android preference...

android sqlite database

Android SQLite Database

I hope you are enjoying your Android journey with us and are learning quite a few new things. Previously you saw several ways to store data in Android. Some of them were internal storage,...

android-storage

Storage in Android

In this article, we will discuss storage in Android. For any android developer, it’s essential to understand the storage and how they can manage it. When you develop an application, then you need a...