Android realizes the function of imitating WeChat Moments Jiugongge Picture + NineGridView + ImageWatcher (picture view: 1. Preview, 2. Drag, 3. Zoom in, 4. Slide left and right, 5. Long press to save to mobile phone)

1. Test
Implementation:

2. Add dependency package:

    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'
  

Guess you like

Origin blog.csdn.net/qq_35091074/article/details/123085791
Recommended