Hi all,
My activity (which is a little game I designed so as to get practised with Android) is composed of 2 components :
--> a TextView to display the score
--> a custom view that interact with the user
I would like to know how to make the view notify the TextView, whenever the user interact (and therefore the score change).
By using intents? maybe by creating a kind of adapter?
Thanks

