Visit Sponsor

Android Views: 2

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

Read More

Android Views: 3

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

Read More

Android Views: 2

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

Read More

Android Views: 2

Android RecyclerView Example

1. What is RecyclerView? 2. RecyclerView Example 2.1. Adding Support Library 2.2. Adding Internet Permission 2.3. Declaring Activity...

Read More

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 5

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

Read More

Android Views: 3

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

Read More

Android Views: 5

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

Read More

Android Views: 6

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

Read More
Close