摘要:
holder.img.setImageBitmap(null);
holder.img.setBackgroundResource(0);
final Bitmap bitmap = new BitmapUtil().getBitmap("/mnt/sdcard/MMIKU/music/image/" + (String) mData.get(position).get("song_id") + ".jpg");
if (null != bitmap) { holder.img.setImageBitmap(bitmap);
}els 阅读全文
摘要:
Dxtrouble processing "java/nio/CharBuffer.class":Ill-advised or mistaken usage of a core class (java.* or javax.*)when not building a core library.This is often due to inadvertently including a core library filein your application's project, when using an IDE (such asEclipse). If you a 阅读全文