Posts by Le 007 • 1 point
1 post
-
0
votes3
answers25
viewsA: How to create a button to add one more to the editText value?
Every screen component must be assigned in the method onCreate() using findViewById (there are more modern methods, but don’t worry about it now). For +1 assignment use the operator ++. t.setText…