Posts by Gabriel Kyomen • 11 points
2 posts
-
1
votes0
answers14
viewsQ: Application does not display Alertdialog
Hello! I’m developing an app in Android Studio that at a certain point instantiates an object called Mesa with user input. For this, there is a button with the following behavior: if…
-
-2
votes2
answers604
viewsQ: Problems receiving money as input in edittext
I’m building an app in Android Studio that gets a value inserted in a edittext, passes him on to BigDecimal and performs some operations. In the field to enter this value, I marked…