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...
Android Networking Tutorial
1. Introduction 2. Apache HttpClient vs HttpURLConnection 3. Android Networking Using Apache HttpClient 4. Application Manifest Permissions...
How To Integrate Twitter In Android Application
This tutorial explains, how to integrate twitter in android application. The example below using twitter4j java library for login...
Android SQLite Database Tutorial
1. What is SQLite 2. Sample TODO Application 3. Create New Database 4. Create a New Android project 5. Database Helper Class 5.1....
How to Apply Shadow Effect on Android TextView
This example explains how to apply Shadow Effect on Android TextView. You can apply Shadow Effect on Android TextView in two...


