安卓的图片选择器:AndroidImagePicker
jopen
9年前
一个用于安卓的图片选择器,可以选择一张或多张图片,剪裁作为头像,预览缩放等。 this referenced two demos to you ,it is very simple.You could also use one of the provide demos but I would strongly suggest that you read the demo code,and make your custom version of this. 特性
用法
Gradle
dependencies { compile project(':imagepickerModule') compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3' //optional compile 'com.github.bumptech.glide:glide:3.6.1' //optional compile 'com.squareup.picasso:picasso:2.4.0' //optional }