# PhotoPicker **Repository Path**: CoderLPF/PhotoPicker ## Basic Information - **Project Name**: PhotoPicker - **Description**: 共享代码源于https://github.com/donglua/PhotoPicker.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PhotoPicker [](https://circleci.com/gh/donglua/PhotoPicker/tree/master) [](https://travis-ci.org/donglua/PhotoPicker) [](https://android-arsenal.com/details/1/2091) [  ](https://bintray.com/donglua/maven/PhotoPicker/_latestVersion) [](https://android-arsenal.com/api?level=14) --- # DEPRECATED PhotoPicker is deprecated. > * 本项目已废弃,仍可使用,但不推荐;推荐使用 [zhihu/Matisse](https://github.com/zhihu/Matisse)。 > * 本项目建于2015年初,是最早的图片选择库之一。由于目前同类开源项目很多,也做得更完善,加上迁移成本低,本项目没有继续维护的必要,感谢大家支持。 # Example   
--- # Usage ### Gradle ```groovy dependencies { compile 'me.iwf.photopicker:PhotoPicker:0.9.12@aar' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:recyclerview-v7:23.4.0' compile 'com.android.support:design:23.4.0' compile 'com.github.bumptech.glide:glide:4.1.1' } ``` * ```appcompat-v7```version >= 23.0.0 ### eclipse [ ### Pick Photo ```java PhotoPicker.builder() .setPhotoCount(9) .setShowCamera(true) .setShowGif(true) .setPreviewEnabled(false) .start(this, PhotoPicker.REQUEST_CODE); ``` ### Preview Photo ```java ArrayList