Change TextView Text

1

Suppose I have text inside a TextView, there is the possibility to change android: text remotely, without touching the xml, by means of a post in an external database, for example, a phrase thrown in on a bank which can be changed any minute, can you make it appear in the field android: text being changed with each post?

(I'm studying a way, but I got this doubt if I can do it this way)

    
asked by anonymous 28.08.2014 / 20:10

1 answer

1

Summary:

After some studies, I noticed more feasible to accomplish using the webview in xml than changing from a textview.

    
03.09.2014 / 14:42