I'm having trouble creating a simple app, I created a variable that changes when you click a button, but I would like to know how to set my TextView to that variable.
total is my TextView, and count is my variable.
I am trying total.setText(count);
I dont know how to tell it to just take the value of count and set the text to that.
Any help would be greatly appreciated.