The EditText is the standard text entry widget in Android apps.
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-sandwichI changed the background color of the EditText to transperant. Now the EditText looks invisible when not focused. So how …
android colors android-edittext borderIs there a way to programmatically turn off that autosuggest list which pops up as you type in EditText?
android android-edittextI am trying to set text in a EditText but it says: Type mismatch. Required: Editable Found: String My code …
android kotlin android-edittextI've read the other questions discussing this, and all of them work for my layouts, except for the very first …
java android focus android-edittextI am trying to add a text field onto my Android app in Eclipse, but then I drag the Plain …
java android eclipse text android-edittextI read this somewhere here and I totally lost it, but could use some assistance. My app is pulling the …
android textview android-edittext add dynamicI 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-viewI have validation for editText. If the editText field is empty it should fail validation and stop the user moving …
android validation android-edittext onclicklistenerHow can I remove the border with appears when focusing an EditText View? I need it cause this view has …
android android-edittext