Top "Android-edittext" questions

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

Is there a way to programmatically scroll a scroll view to a specific edit text?

I have a very long activity with a scrollview. It is a form with various fields that the user must …

android view android-edittext scrollview programmatically-created
android EditText - finished typing event

I want to catch an event when the user finishes editing EditText. How can it be done?

android android-edittext
EditText onClickListener in Android

I want an EditText which creates a DatePicker when is pressed. So I write the following code: mEditInit = (EditText) findViewById(…

android android-edittext onclicklistener
Android: Vertical alignment for multi line EditText (Text area)

I want to have 5 lines for the height of the text area. I am using the following code. <EditText …

android android-edittext vertical-alignment multiline
How to disable keypad popup when on edittext?

In my app the first view of all my screens is an EditText, so every time i go to a …

android android-edittext
This view is not constrained vertically. At runtime it will jump to the left unless you add a vertical constraint

New Layout editor in Android Studio 2.2 keeps showing this error on views like EditText and Buttons. kindly help.Also, any …

android-layout android-studio android-edittext layout-editor
How can I know when an EditText loses focus?

I need to catch when an EditText loses focus, I've searched other questions but I didn't find an answer. I …

android android-edittext lostfocus
Handling click events on a drawable within an EditText

I have added an image right of the text in an EditText widget, using the following XML: <EditText android:…

android android-studio android-edittext android-widget compound-drawables
Custom designing EditText

I have custom designed EditText search_page.xml <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" …

android android-edittext android-xml
In Android EditText, how to force writing uppercase?

In my Android application I have different EditText where the user can enter information. But I need to force user …

android android-edittext uppercase