Category: Android Tutorials

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 would be discussing Android Dalvik Virtual Machine. Android Dalvik Machine is quite important for any android developer to understand how their build projects run on the devices. Nowadays, these devices...

Setup Eclipse For Android

Setup Eclipse For Android

In this article, we will see how to set up Eclipse IDE for your Android development. Eclipse is one of the most famous Integrated Development Environments used by Java Developers. Most often in the...

Android SDK Manager

Android SDK Manager

I hope you are enjoying your Android journey and are developing quite awesome apps. In this article, we have come up with another interesting topic called Android SDK Manager. Android SDK is known as...

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...

Android Progress Bar

Android Progress Bar

The progress bar in android plays a vital role in displaying the progress of any task initiated by our app. It helps the users get updated with the part of the completed task, and...

Android Facebook Integration

Android Facebook Integration

In this article, we will show you how you can allow Facebook integration in your apps. Facebook Integration enables users to access your application just by logging in through their Facebook account. Nowadays, almost...

Android Alarm Manager

Android Alarm Manager

Waking up early in the morning is a tedious task. I guess most would find it typical to get up in the morning without anyone waking you up or without any alarm. You quite...