已采纳回答 / 范二r
嗯~ 我觉得这个有一点代理模式的意思在里面,用DisposeDataHandler 来代理 listener 和 class ,上层去实例化 DisposeDataHandler 实际上都是调用 listener的回调方法. 并且这样可以同时处理 有 映射对象和没映射对象两种情况
2017-09-12
已采纳回答 / _小李子_
老师的github上的代码仓库https://github.com/qndroid?tab=repositories,在CommonLibrary里面的okhttp(https://github.com/qndroid/CommonLibrary/tree/master/CommonHttpLibrary/src/com/okhttp或者https://github.com/qndroid/CommonLibrary4AS/tree/master/CommonLibraryDemo/commonlibra...
2016-10-21