Wordpress - androiddesk.wordpress.com - Android Desk

Latest News:

Toggle Button inside ListView in android 29 Aug 2012 | 06:01 pm

The XML File: Now The Code: package com.deepthi.mylistviewwithtogglebutton; import android.os.Bundle; import android.app.ListActivity; import android.view.Menu; import android.view.View; import andro...

Creating Dynamic Views in android 5 Aug 2012 | 08:10 pm

I was just in search of creating views without XML in android and yes, found the solution. So just thought of sharing the same with you all. I’ve created an easy to understand example for you. Here, i...

Blocking a call without user intervention in android with an example 2 Aug 2012 | 10:01 pm

I was very much in search of the way in which we can control calls in Android and faced a lot of difficulties implementing it at the beginning. So I thought to share some knowledge about the same whic...

A Simple ListView in Android 14 Jun 2012 | 03:37 pm

Using a ListView class we can create a scrollable list of items. Here I would discuss about a simple ListView that displays a list of strings which I’ve stored in the strings.xml file. Let’s see the ...

Bluetooth in Android-Part II 25 May 2012 | 12:06 am

In my last post, I’ve discussed about how to check whether a device supports Bluetooth and enabling and disabling Bluetooth in a device which supports Bluetooth. In this post let’s see how to make our...

Bluetooth in Android-Part I 15 May 2012 | 04:42 am

This time I thought of posting some basic information about Bluetooth in Android. Android supports Bluetooth APIs to access Bluetooth functionalities. Four major tasks necessary to communicate using...

Started Service in Android 11 Apr 2012 | 10:07 pm

Here in this post I would like to discuss about Started Service. First of all what we need to do is create a Service. How is it done? There are basically two ways for that. First one is to extend t...

Service in Android 11 Apr 2012 | 09:47 pm

Service is a fundamental building block in android which works in the background, that is, does its service staying in background and so the user can’t see it. Yes, you got it right , it doesn’t provi...

Spinner in Android 18 Mar 2012 | 12:41 am

Hope you all have heard about drop down menu. Spinner is a widget in android which behaves in a similar manner. In this simple tutorial I’ve discussed about how to implement a Spinner in android. Le...

AutoCompleteTextView in Android 13 Mar 2012 | 10:59 pm

We mostly use search engines like Google for finding anything on the internet.  Doing that you might have noticed that as we start typing , a number of  suggestions drops down. An AutoCompleteTextView...

Recently parsed news:

Recent searches: