摘要: 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 阅读全文
posted @ 2012-01-03 23:56 Atlas's blog 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2012-01-03 22:41 Atlas's blog 阅读(166) 评论(0) 推荐(0) 编辑