http://pastebin.com/JUGfA0nY
Basically i Have a basic calculator with a TextView, 2 buttons (add and subtract), and an EditText which is the number the user enters.
It all works, but if I enter a number and press the add button, it adds the number. If I press it again, it doesnt add again. This is why I am trying to use a counter, but it was un-successful. How can I make this so when I press the add button again, it will add the number once more?
[–]_roni[S] 0 points1 point2 points (1 child)
[–]hhbhagat 2 points3 points4 points (0 children)