Posts by Jose alves • 1 point
2 posts
-
0
votes3
answers662
viewsA: Use the Textwatcher to handle the Edittext field on android but it shows $ 12,50 as it would be without the "R$"?
you can see this link https://gist.github.com/webkoder/0acc7d00814d901af74dcdf7db2b4faf // Uso: // Declarar um objeto TextWatcher // O valor do TextWatcher é o retorno da função Mask.insert, com…
androidanswered Jose alves 1 -
0
votes2
answers5149
viewsA: Create a Alertdialog with an Edittext of type "number" - Android
final Edittext editQuantidity = new Edittext(this); editQuantidade.setInputType(InputType.TYPE_CLASS_NUMBER);