I have several textviews in an activity. I then have a button that I want to be able to click that will update the textview.
I want to do this without having to create multiple activities.
How do I go about I guess refreshing the current screen with new information?
I was thinking that using something like TextSwitcher was the answer but I can't really find any good examples of it.
I want to do this without having to create multiple activities.
How do I go about I guess refreshing the current screen with new information?
I was thinking that using something like TextSwitcher was the answer but I can't really find any good examples of it.
nClick="method"