Top "Android-edittext" questions

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

How to add TextView and EditText using default AlertDialog programmatically

I've been trying to add two elements in a default AlertDialog but I can't seem to make it work. Here's …

android android-edittext textview android-alertdialog android-dialog
How can I get a "done" button in softkeyboard?

how can I have a "done" button in my softkeyboard (Samsung Galaxy 10.1, Android 3.1) when writing in an EditText? Using <…

android android-edittext android-softkeyboard
How to limit the text in numbers only from 0-59 in Edit Text in Android?

I have an Edit Text in which the number can only between 0-59, No other numbers will be typed in …

android android-edittext textwatcher
Android EditText/TextView how to make each word start with uppercase and all remaining characters of words to be lowercase

I have already used following options to make each starting letter of a word Uppercase <EditText android:inputType="text|…

android android-edittext uppercase lowercase
Problem with Android's EditText : KeyListener

On an EditText component, I'm trying to set a KeyListener in order to catch the ENTER key (for form validation). …

android android-edittext keylistener
Android: EditText hint in single line

For setting the Single Line in EditText we use android:singleLine="true" but I want to set the single line …

android android-edittext hint
Show Helper text below EditText along with the Hint

I am trying to make something on these lines: I am able to show the hint using android:hint="Email …

android android-layout android-edittext androiddesignsupport android-textinputlayout
Android: Remove Enter Key from softkeyboard

In my login form when user clicks on an EditText and presses the enter key, this inserts a new line, …

android return android-edittext android-softkeyboard enter
How to lose the focus of a edittext when "done" button in the soft keyboard is pressed?

I have 7 edittext boxes in my xml. I'm using the OnFocusChangeListener to read the value from edittext and i'm using …

android android-edittext android-softkeyboard
How to change default color in all texts in my Android application?

I would like to change all color texts in my application. So I wrote this code and I set my …

android colors android-edittext android-button android-theme