Top "Android-edittext" questions

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

Edit Text key listener

I have an edittext and a button in my layout and in my code I'm setting keyListener of the edittext …

android android-edittext keylistener
Android: Make multiline edittext scrollable, disable in vertical scroll view

I am developing an application in which i am struct at a point. As according to my application requirement i …

android android-edittext android-ui android-scrollview android-scrollbar
formatting expiry date in mm/yy format

Hi I am writing an edittext in which I want expiry date of the credit card in MM/YY format. …

android android-edittext textwatcher
Android EditText onfocuschange is not working

I'm new to Android programming. My following program does a simple Farenheit to Celsius conversion. If you enter values in …

android android-edittext onfocus
InputFilter on EditText cause repeating text

I'm trying to implement an EditText that limits input to Capital chars only [A-Z0-9] with digits as well. I …

android android-edittext android-input-filter
Automatically format phone number in EditText

In my app, the user has to enter a phone number in an EditText field using the following format: 1(515)555-5555 …

android formatting android-edittext phone-number
android EditText maxLength not working

This is my xml <EditText android:id="@+id/et_comment" android:layout_width="match_parent" android:layout_height="wrap_…

java android filter android-edittext maxlength
How can I make links in an EditText clickable?

I have an EditText on Android I'd for which I'd like any embedded urls to be clickable. I used the …

android android-edittext linkify
Can I set something like "tooltip" for a view in android?

Can I set some message to appear like a "tooltip" for a TextView or Button?

android view android-edittext toast hint
Android: KeyListener for an EditText not receiving keys

I have an EditText that I want to monitor KeyEvents for, and I have a listener set up as follows: …

android android-edittext keylistener