I have a paragraph of text and when a button is clicked I want that text to fade out, change to some other text, then fade back in. I have some code but it doesn\'t do the fade
You should consider using something like a TextSwitcher
. There is a brief document on TextSwitcher
in the Android documentation. What I would recommend best though is to look at the API Demos, there is a great and simple to use one of TextSwitcher
s. Download the API Demos and check them out for yourself, or see here.