So this seems pretty simple and it probably is.
I have a textView and a Button
Every time I click the button i want to add, lets say, the number 10
Like so:
(TextView) = 0
(User clicks button)
(TextView) = 10
(User clicks button)
(TextView) = 20
and so on…
…..