I have an EditText where I pick up what was entered in the box and I am trying to verify if it introduced commas, letters where only a format like this is allowed: 123.11
If the user enters the parameter other than a value of type Float the application is broken. And I do not know how to avoid it.