Android读取资源文件夹里的string-array字符串数组
在Android中,某些可能是读取一大串资源文件夹里面的数组,图片,颜色等等这样的需求。
于是我制作了一个这样的工具类,方便了操作与读取!
下面例子:
public class KdType {
private static String[] name;
private static String[] code;
private static Resources res;...
原创
2019-09-20 09:53:05 ·
2127 阅读 ·
0 评论