首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

如何打开gallery里面的缩略图片

2012-10-12 
怎么打开gallery里面的缩略图片如题。图片放在res/drawable下面,到处找不到资料,我用intent.action_view结

怎么打开gallery里面的缩略图片
如题。
图片放在res/drawable下面,到处找不到资料,
我用intent.action_view结果报错,ERROR/AndroidRuntime(408): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=android.resource://com.test.android/android.graphics.drawable.BitmapDrawable@43d18a88 }

知道的紧急求助一下,分不多,见谅。

[解决办法]
可以用ImageSwitcher显示Gallery里图片。

参考
http://webabcd.blog.51cto.com/1787395/342090
之3、ImageSwitcher 的 Demo

热点排行