The requirement is 2 digits after decimal. There should be no limit for digits before decimal point. So, solution should be,
…
I'm trying to write an app that helps you manage your finances. I'm using an EditText Field where the user can specify an amount of money. I set the inputType to numberDecimal which works fine, e...
Read more