这次要分析的源码是 Picasso 2.5.2 ,四年前的版本,用eclipse写的,但不影响这次我们对其源码的分析 地址:https://github.com/square/picasso/tree/picasso-parent-2.5.2 Picasso的简单使用 清晰简洁 Picasso的源码分析 首先看一下基本流程 Picasso的总体流程: 1)将请求封装为Request对象,然后将Re... ...