python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
(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
Get text from EditText within for loop in Kotlin
I'm developing an app in Android in Kotlin, and in one activity I have 10 editText. How i could get the text of all editTexts within a for loop? EditTexts are into Constraint Layouts, which are into a...
Ivan España
Votes: 0
Answers: 1
Second EditText Skipped
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmln...

FELIX XAVIER DHAS DEVA DHASON
Votes: 0
Answers: 1
TextInputEditText height not updated after call View.updatePadding method
I have TextInputEditText inside a ConstraintLayout.
I use method doOnTextChange to change the right and bottom padding when text length is more that 20 symbols.
Unfortunately, it doesn't work as expec...
oleg2040
Votes: 0
Answers: 1