访问android中drawable文件夹外的图像

时间:2010-11-29 13:53:03

标签: android image

我一直在使用drawable文件夹中的图像来显示我的Android应用程序中的图像。有没有办法访问drawable文件夹外的图像?或通过网址在另一个图像?

2 个答案:

答案 0 :(得分:2)

BitmapFactory类有不同的方法允许您从流或文件中解码资源,您应该检查它。

答案 1 :(得分:0)

只需使用PackageManager:

  getDrawable (String packageName, int resid, ApplicationInfo appInfo)