Android 实现仿微信朋友圈九宫格图片+NineGridView+ImageWatcher(图片查看:1.预览,2.拖动,3.放大,4.左右滑动,5.长按保存到手机)的功能

一、测试
实现:

二、添加依赖包:

    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    implementation 'com.github.iielse:ImageWatcher:1.1.5'
    implementation 'com.github.bumptech.glide:glide:4.10.0'
  

猜你喜欢

转载自blog.csdn.net/qq_35091074/article/details/123085791
今日推荐