摘要: 1.官方文档 http://developer.android.com/reference/android/util/LruCache.html 2.代码如下 1 public LruCache<String,Bitmap> mMemoryCache; 2 3 void init(){ 4 // 获 阅读全文
posted @ 2015-08-10 23:12 f9q 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Implementing a Custom Request Previous Next Implementing a Custom Request Previous Next 1.This lesson teaches you to Write a Custom Request parseNetwo 阅读全文
posted @ 2015-08-10 19:03 f9q 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Making a Standard Request Previous Next Making a Standard Request Previous Next 1.This lesson teaches you to Request a String 返回String Request an Imag 阅读全文
posted @ 2015-08-10 18:53 f9q 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Setting Up a RequestQueue Previous Next Setting Up a RequestQueue Previous Next 1.This lesson teaches you to Set Up a Network and Cache Use a Singleto 阅读全文
posted @ 2015-08-10 18:04 f9q 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Sending a Simple Request Previous Next Sending a Simple Request Previous Next 1.This lesson teaches you to Add the INTERNET Permission Use newRequestQ 阅读全文
posted @ 2015-08-10 17:25 f9q 阅读(598) 评论(0) 推荐(0) 编辑
摘要: Transmitting Network Data Using Volley Get started Transmitting Network Data Using Volley Get started 1.Dependencies and prerequisites Android 1.6 (AP 阅读全文
posted @ 2015-08-10 16:47 f9q 阅读(193) 评论(0) 推荐(0) 编辑