I want to generate QR Code in Android where the input field accepts ONLY float values with 2 decimcal points only (precision values) e.g.: 10.50,800.75,1000.25
Asked
Active
Viewed 89 times
0
-
so what do you need, a generator or a specialized input field? – bunbun Jun 23 '15 at 04:08
-
Yes..Specialized input field as mentioned above accepts only float values with 2 decimal points. – yukesh Jun 23 '15 at 09:28
-
you did not answer my question.. – bunbun Jun 23 '15 at 09:30
-
possible duplicate of [Limit Decimal Places in Android EditText](http://stackoverflow.com/questions/5357455/limit-decimal-places-in-android-edittext) – bunbun Jun 23 '15 at 17:00
-
if so, duplicate of: http://stackoverflow.com/questions/5357455/limit-decimal-places-in-android-edittext – bunbun Jun 23 '15 at 17:00
-
thanks!!!! The link was helpful. – yukesh Jun 24 '15 at 15:45