Top "Android-edittext" questions

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

Disable keyboard on EditText

I'm doing a calculator. So I made my own Buttons with numbers and functions. The expression that has to be …

android keyboard android-edittext android-4.0-ice-cream-sandwich
How to change the border color(un-focused) of an EditText?

I changed the background color of the EditText to transperant. Now the EditText looks invisible when not focused. So how …

android colors android-edittext border
Turn off autosuggest for EditText?

Is there a way to programmatically turn off that autosuggest list which pops up as you type in EditText?

android android-edittext
Setting text in EditText Kotlin

I am trying to set text in a EditText but it says: Type mismatch. Required: Editable Found: String My code …

android kotlin android-edittext
How to make EditText not focused when creating Activity

I've read the other questions discussing this, and all of them work for my layouts, except for the very first …

java android focus android-edittext
Android app in Eclipse: Edit text not showing on Graphical layout

I am trying to add a text field onto my Android app in Eclipse, but then I drag the Plain …

java android eclipse text android-edittext
Dynamically add textViews to a linearLayout

I read this somewhere here and I totally lost it, but could use some assistance. My app is pulling the …

android textview android-edittext add dynamic
How to get hosting Activity from a view?

I have an Activity with 3 EditTexts and a custom view which acts a specialised keyboard to add information into the …

android android-activity android-edittext android-view
editText field is required before moving on to another Activity

I have validation for editText. If the editText field is empty it should fail validation and stop the user moving …

android validation android-edittext onclicklistener
Remove focus border of EditText

How can I remove the border with appears when focusing an EditText View? I need it cause this view has …

android android-edittext