摘要:
1 public Request(int method, String url, Response.ErrorListener listener) {2 mMethod = method;3 mUrl = url;4 mErrorListener =... 阅读全文
摘要:
http://wugengxin.cn/download/pdf/android/PRE_andevcon_mastering-the-android-touch-system.pdf论android的事件机制:触摸事件最先被activity捕获,将其dispatch到root view,父view 阅读全文