python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get data from list of EditTexts in a recycler view to a list?
I am having an EditText in a TTextInputLayout as a Row_item for my recycler view, On the click of a button I am incrementing the count value in that recycler view and adding the edit text views in the...
Manish Rajpurohit
Votes: 0
Answers: 1
EditText append is duplicating numbers on SDK 31
NOTE: This seems to only be happening in Android 12 (SDK 31)
I have a pretty complex use case for a TextWatcher in which I need to change text as the user types, however I may need to change more than...
lostintranslation
Votes: 0
Answers: 1
(Android) Unable to show dot as thousand separator in edit text using a pattern
Here, I have to show currency decimal separator and thousands separators as per the given input like:
private var decimalSeparator: Char = '.'
private var thousandSeparator: String = ",&q...
Kiran
Votes: 0
Answers: 2
Avoid EditText TextWatcher firing events on every character change
I use an EditText textField with TextWatcher attached. All of the callback methods fire events on every character I enter. In my case I call an api on text changed, to put the response into a label on...

S. Gissel
Votes: 0
Answers: 1