photoview-----图片放大与缩小

这篇博客介绍了如何在Android应用中实现图片点击后放大缩小的效果。通过引入PhotoView库,结合ViewPager和Picasso加载图片,实现了在GridView中点击图片跳转到新的Activity展示可缩放的图片。
摘要由CSDN通过智能技术生成

1:导依赖

   compile 'com.loopj.android:android-async-http:1.4.9'

    compile 'com.squareup.picasso:picasso:2.5.1'

    photoView   导jar包

    compile files('libs/uk-co-senab-photoview.jar')

    compile 'com.github.bumptech.glide:glide:3.5.2'

2:main_layout

<GridView
        android:id="@+id/gv"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:numColumns="3"
        />

点击item,跳过去activity的布局

<android.support.v4.view.ViewPager
        android:id="@+id/vp"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        />

适配器布局

<ImageView
        android:id="@+id/iv"<

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值