如何从string.xml中获取字符串?
我试过下面三种方法:
1.getString(R.string.id);
2.context.getString(R.string.id); 用子类实现。
3.getResources().getString(R.string.id);
如何从string.xml中获取字符串?
我试过下面三种方法:
1.getString(R.string.id);
2.context.getString(R.string.id); 用子类实现。
3.getResources().getString(R.string.id);