android:如何得到String中的内容阿

 我来答
百度网友d05b4834f
2011-06-15
知道答主
回答量:18
采纳率:0%
帮助的人:0
展开全部
什拿核么意思。没有看明白你问的。首先 你在strings.xml文件里写上你要显示的内容:如: <string name="hello">Hello World, MainActivity!</string>
android系统后自动在R.java中察尺生成一个引用
public static final class string {
public static final int hello=0x7f040000;
}
这个不用程序败敏高员实现。
然后在你代码中需要使用时只需要调用R.string.hello即可.如textView.setText(R.string.hello)。
百度网友000ba5e
2015-08-18 · TA获得超过5066个赞
知道大有可为答主
回答量:2634
采纳率:0%
帮助的人:1148万
展开全部
首先 你在strings.xml文件里写上你要显示的内容:
如:
<string name="hello">
Hello World, MainActivity!
</string>
android系统后自动在R.java中生成一个引轿枝用
public static final class string
{
public static final int hello=0x7f040000;
}
这个不用程序员实现。
然后在你代码中需要使用时只需要调察拿用R.string.hello即可.
textView.setText(R.string.hello)。败帆搭
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
雪削寒
2011-06-20
知道答主
回答量:22
采纳率:0%
帮助的人:11.5万
展开全部
context.getResources().getString(int id)或者getString(int id,Object ...obj)
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式