Android Lollipop Toolbar Example
Introduction Android’s new operating system named Android Lollipop, is highly focused on rich user experience and what they called it as...
How to Use Picasso Image Loader Library in Android
This this tutorial, we will take a look into how to use Picasso library in android. Picasso is open source and one of the widely used image...
How to Use TestFairy Command Line Upload Script
TestFairy is an android application beta testing and deployment platform. As you upload a build to TestFairy, it process on the uploaded...
Android RecyclerView Example
1. What is RecyclerView? 2. RecyclerView Example 2.1. Adding Support Library 2.2. Adding Internet Permission 2.3. Declaring Activity...
Android Service Interview Questions
1. What is the purposes of Service in Android? Android Service is used to perform long running jobs off the UI thread. A typical long...
Android Interview Question Answers For Freshers
Here in this post, you will find compiled set of android interview questions and answers. These questions are intended for freshers and...
Repeat Alarm Example In Android Using AlarmManager
1. AlarmManager in android 2. Setting repeat alarm 3. Defining Alarm BroadcastReceiver 4. Schedule and cancel alarm from activity 5....
How To Create Excel File In Android
In this tutorial we will explain how to create excel file in android using Java for excel library. The example provided below is the...
Android third party libraries and SDK’s
Over past few years, the age of mobile development become an fiercely-competitive world of serious money making business. Android...
Creating a Background Service in Android Using IntentService
1. What is IntentService? 2. IntentService Limitations 3. Why do we need IntentService? 4. Create an IntentService 5. Declaring Service in...

