You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 多媒体文件选择库
|
|
|
|
|
|
基于 boxing 修改,因为 [Android Q SQLiteException](https://github.com/bilibili/boxing/issues/154) 问题没有被修复,暂时依赖源码。
|
|
|
|
|
|
## 1 AndroidN 在 FileProvider 的 xm l配置中加入:
|
|
|
|
|
|
```
|
|
|
<cache-path name="internal" path="boxing" />
|
|
|
<external-path name="external" path="DCIM/bili/boxing" />
|
|
|
```
|
|
|
|
|
|
## 2 RotatePhotoView
|
|
|
|
|
|
[RotatePhotoView](https://github.com/ChenSiLiang/RotatePhotoView)
|
|
|
|
|
|
## 3 other options
|
|
|
|
|
|
- [boxing](https://github.com/Bilibili/boxing)
|
|
|
- [Matisse](https://github.com/zhihu/Matisse)
|
|
|
- [ImagePicker](https://github.com/jeasonlzy/ImagePicker)
|
|
|
- [PictureSelector](https://github.com/LuckSiege/PictureSelector)
|
|
|
- [Album](https://github.com/yanzhenjie/Album)
|
|
|
- [uCrop](https://github.com/Yalantis/uCrop)
|
|
|
- [smartCropper](https://github.com/pqpo/SmartCropper)
|
|
|
- [simpleCropper](https://github.com/igreenwood/SimpleCropView)
|
|
|
|