安卓的图片选择器:AndroidImagePicker

jopen 9年前

一个用于安卓的图片选择器,可以选择一张或多张图片,剪裁作为头像,预览缩放等。

screenshot- screenshot- screenshot- screenshot- screenshot

特性

  • choosing single or multi image with preview
  • crop a image for avatar simply
  • custom Theme easily.
  • beautiful default demo

用法 

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  }


项目主页:http://www.open-open.com/lib/view/home/1449152496217