@Provides
@Singleton
Picasso providePicasso(@ApplicationContext Context context){
return new Picasso.Builder(context)
.downloader(new OkHttpDownloader(context,Integer.MAX_VALUE))
// .indicatorsEnabled(true)
// .loggingEnabled(true)
.build();
}
ApplicationModule.java 文件源码
java
阅读 27
收藏 0
点赞 0
评论 0
项目:AppsFeed
作者:
评论列表
文章目录