I'm interested in changing the text of a card based on some event. Is it possible to change the text of card without calling setContentView()
on the Activity?
Once the card has been converted into view and set using setContentView()
, I haven't found a way to change its contents without calling 'setContentView()' again.