Category: Android Tutorials
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...