摘要:
1.官方文档 http://developer.android.com/reference/android/util/LruCache.html 2.代码如下 1 public LruCache<String,Bitmap> mMemoryCache; 2 3 void init(){ 4 // 获 阅读全文
摘要:
Implementing a Custom Request Previous Next Implementing a Custom Request Previous Next 1.This lesson teaches you to Write a Custom Request parseNetwo 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
Sending a Simple Request Previous Next Sending a Simple Request Previous Next 1.This lesson teaches you to Add the INTERNET Permission Use newRequestQ 阅读全文
摘要:
Transmitting Network Data Using Volley Get started Transmitting Network Data Using Volley Get started 1.Dependencies and prerequisites Android 1.6 (AP 阅读全文