建議不要手動調用 RequestQueue 的 start() 方法,引起的問題“經常會報com.android.volley.NoConnectionError: java.io.InterruptedIOException”,然后就內容加載失敗。。。
因為在 Volley.newRequestQueue() 方法中,已經調用了 start() 方法。
因為在 Volley.newRequestQueue() 方法中,已經調用了 start() 方法。
2016-10-01