2015年5月18日

异步线程加载图片工具类

摘要: /** * 异步线程加载图片工具类 * 使用说明: * BitmapManager bmpManager; * bmpManager = new BitmapManager(BitmapFactory.decodeResource(context.getResources(), R.drawable... 阅读全文

posted @ 2015-05-18 17:19 2015xbx 阅读(218) 评论(0) 推荐(0) 编辑

图片操作工具包

摘要: public class ImageUtils { public final static String SDCARD_MNT = "/mnt/sdcard"; public final static String SDCARD = "/sdcard"; /** 请求相册 */ ... 阅读全文

posted @ 2015-05-18 17:17 2015xbx 阅读(173) 评论(0) 推荐(0) 编辑

网络请求

摘要: public class ApiClient { public static final String UTF_8 = "UTF-8"; public static final String DESC = "descend"; public static final String ... 阅读全文

posted @ 2015-05-18 16:58 2015xbx 阅读(205) 评论(0) 推荐(1) 编辑

导航