本文主要是介绍Fresco使用PhotoDraweeView 实现图片的手势缩放,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.gradle引入Fresco
compile 'com.facebook.fresco:fresco:0.11.0+'
2.在application中初始化Fresco
Fresco.initialize(this, ImagePipelineConfigFactory.getImagePipelineConfig(this));
3.PhotoDraweeView的下载地址
https://github.com/ongakuer/PhotoDraweeView
4.PhotoDraweeView结构
5.添加PhotoDraweeView控件
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="mat
这篇关于Fresco使用PhotoDraweeView 实现图片的手势缩放的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!