“consider default value is $0.00, if the customer ...
# announcements
k
“consider default value is $0.00, if the customer types in 1, we will display $0.01 If they type in another 1, we display $0.11. If they type a 0, we display $1.10” how to achieve this in kotlin edittext?
google 15
s
You can use a text watcher on the edittext to handle the logic you need from input.