2013年1月9日
摘要: 关键搜索词:AsyncTask,WeakReference,SoftReference,LinkedHashMap,ConcurrentHashMap从网络下载一张图片是很简单的,运用HTTP类就可以完成,如下例子:View Code static Bitmap downloadBitmap(String url) { final AndroidHttpClient client = AndroidHttpClient.newInstance("Android"); final HttpGet getRequest = new HttpGet(url); try { ... 阅读全文
posted @ 2013-01-09 17:15 冲锋的路上的兵 阅读(254) 评论(0) 推荐(0) 编辑