-
Fresco助手-Android代码
资源介绍
fresco-helper
滚滚长江东逝水,浪花淘尽英雄,是非成败转头空,青山依旧在,几度夕阳红。
白发渔樵江楮上,惯看秋月春风,一壶浊酒喜相逢,古今多少事,都付笑谈中。
依赖的开源库:
fresco v1.11.0:https://github.com/facebook/fresco
subsampling-scale-image-view v3.10.0:https://github.com/davemorrissey/subsampling-scale-image-view
Demo运行后的效果图:
下载示例Apk
使用:
在使用到fresco-helper库的Module中的build.gradle文件里,添加以下依赖:
allprojects {
repositories {
jcenter()
maven {
url 'https://dl.bintray.com/hpdx/maven/'
}
}
}
compile 'com.facebook.fresco.help