Posts Tagged ‘ EditText ’

Customizing and tracking “Done” action of Android Soft Keyboard using ime options for EditText

January 23, 2013
By
Customizing and Tracking "Done" action of Android Soft Keyboard

We know that, Android’s default soft keyboard provides various actions, based on the context in which it is used. Some of the actions are “Done”, “Next”,”Search”,”Go”,”Enter” etc. In this article, we will create an application which replaces the default action “Done” with “Go” and on clicking the “Go” button, the Url entered in the...

Read more »

Android – Programatically changing text color of EditText in EditorAction listener

January 22, 2013
By
Programatically changing text color of EditText widget

In this article, we will develop an Android application which changes the text color of an EditText widget when a valid color is entered in the EditText. This application is developed in Eclipse ( 4.2.1 ) with ADT plugin ( 21.0.0 ) and Android SDK ( 21.0.0 ). 1. Create a new Android application...

Read more »

Android – Changing text color of EditText using editTextStyle property

January 21, 2013
By
Changing text color of EditText widget

In this article, we will create an Android application which will change the text color of EditText widget using ediTextStyle property defined in the file res/values/styles.xml. This application is developed in Eclipse 4.2.1 with ADT plugin ( 21.0.0 ) and Android SDK ( 21.0.0 ). 1. Create a new Android application project namely “TextColorEditText”...

Read more »

Android ListView Application Series

January 4, 2013
By
ListView Application Series

A list of Android applications with ListView is given below : A ListView application in Android ListView with custom layout in Android Filterable ListView in Android ListView with Checkboxes in Android Enabling Multi Selection mode in ListView by adding ToggleButton using custom layout in Android Single Selection mode for ListView in Android ListView with...

Read more »

Dynamically add items to listview in Android

June 20, 2012
By
Dynamically add items to listview in Android

In this article we are creating an application in which user inputs items to a ListView via an EditText widget. An extension to this article is available in the article titled “Deleting Selected Items from ListView in Android“,  where deleting a listview item is discussed. 1. Create an Android project namely “AddItemsDynamically” 2. Select...

Read more »

Be friend at g+

Subscribe for Lastest Updates

FBFPowered by ®Google Feedburner