Category: Android Tutorials

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 dive into the various storage options available in Android. For any Android developer, understanding how to manage and utilize storage is crucial. When you develop an application, you need...

json parsing in android

JSON Parsing In Android

In this article, we will proceed with JSON Parsing in Android. You must be wondering how data flows between your application and the server. So, several ways are using which data flows. The most...

android manifest file

Manifest File in Android

In this article, we will proceed with a core and necessary file in any android app. Until now, you would have noticed that whatever apps you develop have an Android Manifest file present as...

Android Dalvik Virtual Machine

Android Dalvik Virtual Machine

In this article, we will delve into the Android Dalvik Virtual Machine. Understanding the Dalvik Virtual Machine is crucial for any Android developer, as it plays a vital role in how your build projects...

Setup Eclipse For Android

Setup Eclipse For Android

In this article, we will explore how to set up Eclipse IDE for your Android development needs. Eclipse is a renowned Integrated Development Environment (IDE) widely used by Java developers. In the early days...

Android SDK Manager

Android SDK Manager

I hope you are enjoying your Android journey and creating amazing apps. In this article, we’re diving into another exciting topic: Android SDK Manager. The Android SDK, or Software Development Kit, is essential for...

Android Menu

Android Menu – Types, Implementation and Examples

In this article, we will explore an exciting topic called Android Menu. Menus are a crucial part of any application’s user interface, enhancing the interactivity and overall user experience. Without a menu, your app...

Android Push Notifications

Android Push Notifications

Did you ever imagine how Amazon, Flipkart, Zomato, or Myntra like apps update you about upcoming or ongoing sales and offers? They use push notifications to update you about any offers or sales or...