android程序中怎么实现读取SD卡中的图片文件显示到ImageView中呢?求程序代码!?谢谢大虾拉~·
1个回答
展开全部
path = Environment.getExternalStorageDirectory() ; //获得SDCard目录
Bitmap bmpDefaultPic;
ImageView iv = (ImageView) contentView.findViewById(R.id.x);
if(bmpDefaultPic==null)
bmpDefaultPic = BitmapFactory.decodeFile(path+"xx.jpg",null);
iv.setImageBitmap(bmpDefaultPic);
R.id.x 代表你的ImageView
xx.jpg 你的图片
不懂追问
Bitmap bmpDefaultPic;
ImageView iv = (ImageView) contentView.findViewById(R.id.x);
if(bmpDefaultPic==null)
bmpDefaultPic = BitmapFactory.decodeFile(path+"xx.jpg",null);
iv.setImageBitmap(bmpDefaultPic);
R.id.x 代表你的ImageView
xx.jpg 你的图片
不懂追问
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询