Im creating a convertor application, I want to set the EditText so that when the user is inputting the number to be converted, a thousand separator (,) should be added autom
I just wanted comma to be placed and this is working for me:
comma
String.format("%,.2f", myValue);