Top "Android-edittext" questions

The EditText is the standard text entry widget in Android apps.

How to use the TextWatcher class in Android?

Can anyone tell me how to mask the substring in EditText or how to change EditText substring input to password …

android android-edittext textwatcher
Make EditText ReadOnly

I want to make a read-only EditText view. The XML to do this code seems to be android:editable="false", …

android android-edittext
EditText, inputType values (xml)

Where can I find the values that InputType can has? I'm aware of http://developer.android.com/reference/android/text/…

android layout android-edittext android-inputtype
Soft keyboard open and close listener in an activity in Android

I have an Activity where there are 5 EditTexts. When the user clicks on the first EditText, the soft keyboard opens …

android android-activity android-edittext android-softkeyboard
How do I show the number keyboard on an EditText in android?

I just basically want to switch to the number pad mode as soon a certain EditText has the focus.

android keyboard android-edittext
How to create EditText with cross(x) button at end of it?

Is there any widget like EditText which contains a cross button, or is there any property for EditText by which …

android android-edittext
EditText underline below text property

I would like to change the blue colour below the edit text, i don't know what property it is. I …

android login android-edittext
How do I use InputFilter to limit characters in an EditText in Android?

I want to restrict the chars to 0-9, a-z, A-Z and spacebar only. Setting inputtype I can limit to digits …

android android-edittext
How to detect the swipe left or Right in Android?

I have an EditText view in android. On this I want to detect swipe left or right. I am able …

android android-layout android-edittext
How to draw rounded rectangle in Android UI?

I need to draw a rounded rectangle in the Android UI. Having the same rounded rectangle for TextView and EditText …

android android-edittext textview