The EditText is the standard text entry widget in Android apps.
I'm trying to deactivate the soft keyboard when using a NumberPicker to enter numerical values (for aesthetic reasons). This is …
android android-layout android-widget android-edittext android-softkeyboardSeems to be a common problem without a great solution that I have found. Goal is to stop a ScrollView …
android android-edittext scrollview autoscrollTargeting Android 2.2 I have read the answers to the following questions: Turn off autosuggest for EditText? Android: Multiline & No …
android emulation android-edittext autosuggestI am using an Autocomplete Textview which shows some names from database.I want to show a name in a …
java android android-edittext autocompletetextview onitemclicklistenerWhen I try to write something in an EditText which is at the bottom of the screen, the soft keyboard …
android android-layout android-edittext android-scrollview android-keypadI have a multi-line EditText: <EditText android:layout_gravity="center" android:id="@+id/txtMessage" android:layout_height="wrap_content" …
android layout android-edittext android-xml layout-gravityI want to take input, a URL or just a website name like, www.google.com from EditText in Android …
android validation url android-edittext android-widgetI'm working on a project for college that will let a user place a point on a map and then …
android google-maps dialog android-edittextIs there any way to change the font for a EditText in Android? I want it to match the font's …
android fonts android-edittext typefaceI have a ListView where each row has an EditText control. I want to add a TextChangedListener to each row; …
android listview android-edittext textwatcher