摘要: //简单的方法 public void onCreate(){ // TODO Auto-generated method stub super.onCreate(); // 创建imageLoader的默认配置 ImageLoaderConfiguration configuration = ImageLoaderConfiguration .createDefault(this); // 初始化 ImageLoader.getInstance().init(configuration); } public static DisplayImageOptions getoptions() { // 自定义配置信息 DisplayImageOptions dio = new DisplayImageOptions.Builder() // 图片下载期间现实的图片 .showImageOnLoading(R.drawable.ic_launche 阅读全文
posted @ 2016-04-12 10:53 丶五行缺德 阅读(133) 评论(0) 推荐(0) 编辑