开发者

Ability to view text in each class

开发者 https://www.devze.com 2023-01-25 07:34 出处:网络
Recently, I program for the Android platform. I have a questio开发者_JAVA百科n about the text. Is there any way to display the text without using the XML?

Recently, I program for the Android platform. I have a questio开发者_JAVA百科n about the text.

Is there any way to display the text without using the XML?

I also want the text to be able to show in each class.


If you're asking if you can replace the text of anything programatically, yes you can. Usually, you have a setText method you can use for that. I'd advise you to read the tutorial and the javadoc to know more about this.

0

精彩评论

暂无评论...
验证码 换一张
取 消