tag

home / developersection / tag

Adding the  Action Bars and Action Buttons in Andriod
android 10-Nov-2014
Adding the Action Bars and Action Buttons in Andriod

Hi everyone, I am explaining here about how to use action bars and buttons in an android App

A Display Message on ButtonClick in a textView
android 10-Nov-2014
A Display Message on ButtonClick in a textView

Hi everyone, Today I am going to explain how two view objects are bound to each other like we fill a message in the textFeild and

Building simple user interface in Android
android 07-Nov-2014
Building simple user interface in Android

Hi everyone, I am here to explain how to build simple GUI interface in Android

Getting Started Android with Eclipse: Hello World!
android 07-Nov-2014
Getting Started Android with Eclipse: Hello World!

Here I am explaining how to implement first app in Android using Eclipse

Introduction to Android
android 07-Nov-2014
Introduction to Android

In this article, I'm explaining the concept of android.

Sliding effect in Android
android 26-Jun-2014
Sliding effect in Android

In this article, I am going to tell you about sliding effect in android.

TabHost Control in Android
android 26-Mar-2014
TabHost Control in Android

In this article we are going to discuss about TabHost control.

Resolving Hardcoded string, should use @string resource in Android Application
android 21-Apr-2013
Resolving Hardcoded string, should use @string resource in Android Application

Resolving Hardcoded string, should use @string resource in Android Application

Android Technology
android 13-Aug-2012
Android Technology

There are different mobiles and computers operating systems like different models of computers and mobiles. Android is one of the operating systems using by the smart phones.

Thread in Android(MultiThreading in android with example)
android 02-Nov-2011
Thread in Android(MultiThreading in android with example)

Android supports standard Java Threads. You can use standard Threads and the tools from the package java.util.concurrent to put actions into the bac

Using AsyncTask in Android Application
android 31-Oct-2011
Using AsyncTask in Android Application

In this article I am going to explain how to use AsyncTask in an android application. In this example we will use AsyncTask to download the content of the webpage.

Using Handler in Android Application
android 31-Oct-2011
Using Handler in Android Application

In this article I am going to explain how to create a handler in an Android application. In this example I will use the class Handler to update a ProgressBar in a background thread.