android small資源加載

1:不用small 怎麼獲取資源     Resouces r = context.getResources();     獲取字符串  r.getString(intValue);     獲取圖片     r.getDrawable(intValue); 2:怎麼獲取其它package包的資源    方法一:    Context otherContext = context.createPa
相關文章
相關標籤/搜索