This lib just support Picasso ImageLoader?
eling13 opened this issue · 2 comments
eling13 commented
If I want to use the picasso.Transformation,how can I do? Not support deliver the parameter like Transformation into the setImageUrl..API ??
Deleted user commented
建议作者把异步加载图片的那两个方法抽象出来,由其他开发者继承实现,自选图片加载框架。
Google Translate:
The authors recommend that the two asynchronous Load picture abstract method inherited by other developers to implement, managed image loading frame.
JoanZapata commented
You can use setImageBuilder
.
helper.setImageBuilder(R.id.image,
Picasso.with(context).load("...").transform(your_transformation_here));