Top "Android-edittext" questions

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

Design Android EditText to show error message as described by google

I need an EditText that looks like this onError: calling onError looks like this instead : Note: the app is running …

android android-edittext
Android EditText delete(backspace) key event

How can I detect delete (backspace) key event for a editText? I've tried using TextWatcher, but when the editText is …

android events android-edittext key
Setting onClickListener for the Drawable right of an EditText

In my app I have a EditText with a search Icon on the right side. I used the code given …

android android-edittext
How to check edittext's text is email address or not?

how to check the text of edittext is email address or not without using javascript and regular expression? Here I …

android android-edittext email-validation
How to disable EditText in Android

How can I disable typing in an EditText field in Android?

android android-edittext disabled-input
Select all text inside EditText when it gets focus

I have an EditText with some dummy text in it. When the user clicks on it I want it to …

android android-edittext
Is there a way to define a min and max value for EditText in Android?

I want to define a min and max value for an EditText. For example: if any person tries to enter …

android android-edittext
Disable EditText blinking cursor

Does anyone know how to disable the blinking cursor in an EditText view?

android android-edittext
Android EditText for password with android:hint

Just noticed that android:password has been deprecated, and we should be using android:inputType. Was experimenting with it by …

android xml passwords android-edittext hint
EditText, clear focus on touch outside

My layout contains ListView, SurfaceView and EditText. When I click on the EditText, it receives focus and the on-screen keyboard …

android focus android-edittext