文件名称:Android代码-android-image-picker
文件大小:484KB
文件格式:ZIP
更新时间:2022-08-26 01:41:34
Android代码
ImagePicker A simple library to select images from the gallery and camera. Screenshot Click to see how image picker looks… Download Add this to your project's build.gradle allprojects { repositories { maven { url "https://jitpack.io" } } } And add this to your module's build.gradle dependencies { implementation 'com.github.esafirm.android-image-picker:imagepicker:x.y.z' // for experimental rx picker implementation 'com.github.esafirm.android-image-picker: