MXImagePicker: Kotlin-based, AndroidX imitation WeChat image picker
introduce Based on Kotlin, AndroidX imitation WeChat picture selector Library reference: replace 1.4.3 with the latest version implementation ‘com.gitee.zhangmengxiong:MXImagePicker:1.5.1’ Instructions Step 1: Add Androidx library, Glide image loading library, and image scaling library to the project implementation “androidx.appcompat:appcompat:x.x.x” implementation “androidx.recyclerview:recyclerview:x.x.x” implementation “com.github.bumptech.glide:glide:x.x.x” implementation “androidx.constraintlayout:constraintlayout:2.0.4” implementation “com.github.chrisbanes:PhotoView:2.3.0” Step 2: Before use, you need to modify the […]
MXImagePicker: Kotlin-based, AndroidX imitation WeChat image picker Read More »