java 从java类中的String.xml读取

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 从java类中的String.xml读取相关的知识,希望对你有一定的参考价值。

URL url = new URL(getActivity().getResources().getString(R.string.GetNominationFromApEndPoint) + id);
 URL url = new URL(getBaseContext().getResources().getString(R.string.GetHomeScreenFromApEndPoint));

以上是关于java 从java类中的String.xml读取的主要内容,如果未能解决你的问题,请参考以下文章

从 Java Android 代码访问 string.xml 资源文件

java中,ImputStream类中的read(byte []b)方法

如何从 android 中的 string.xml 读取值?

在 Java 类中读取 BigQuery 表数据(Pojo)

在Java中,BufferedReader 是一个啥类啊,有啥作用啊

JAVA-通过接口读取本地jar包,并调用其中实现了接口的类中的方法