android如何读取sd卡上的图片到imageswitcher??



Bitmap bit = BitmapFactory.decodeFile("sdcard中图片路径");
Drawable drawable = new BitmapDrawable(bit);
imageSwitcher.setBackgroundDrawable(drawable);搜索

你可能感兴趣的:(android如何读取sd卡上的图片到imageswitcher??)