I use the Maskformatter lib to format Edittext fields. But now I'm getting a value from an int variable and I wanted to format it in the R $ currency value.
Example: In the variable containing 1000 Format: 10.00
Using the lib I can not because it only accepts EditText.
I'm using the result of this variable and displaying it in a TextView.