Visit Sponsor

Author: eryogeshwaran@gmail.com

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: 3

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: 4

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

Android Views: 2

Android Networking Tutorial

1. Introduction 2. Apache HttpClient vs HttpURLConnection 3. Android Networking Using Apache HttpClient 4. Application Manifest Permissions...

Read More

Android Views: 4

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

Read More

Android Views: 3

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

Read More

Android Views: 2

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

Read More
Close