Android Money Input with fixed decimal

Posted by miannelle on Stack Overflow See other posts from Stack Overflow or by miannelle
Published on 2010-06-10T11:09:50Z Indexed on 2010/06/10 11:12 UTC
Read the original article Hit count: 384

Filed under:
|
|

How do you create an edittext entry that formats input in money format only? When the user enters 5, I want the input to look like "$0.05" and when they then enter 3, the input should now look like "$0.53" and finally they enter 6 and the input should look like "$5.36".

© Stack Overflow or respective owner

Related posts about android

Related posts about format