Posts by user228750 • 1 point
2 posts
-
0
votes3
answers25
viewsA: How to create a button to add one more to the editText value?
package com.example.trabalhohomecompras; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ListView; import…
-
-1
votes3
answers25
viewsQ: How to create a button to add one more to the editText value?
I’d like a little support from you... I’m trying to add a button to subtract and include the amount of items... Look at my code... I’ve tried some ways, but without success. It has to be through…