# phoenix
**Repository Path**: lslshadow/phoenix
## Basic Information
- **Project Name**: phoenix
- **Description**: The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-20
- **Last Updated**: 2021-10-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#
Phoenix
## Introduce
[](https://jitpack.io/#guoxiaoxing/phoenix)
[](https://jitpack.io/#guoxiaoxing/phoenix)
[](https://jitpack.io/#guoxiaoxing/phoenix)
[](https://jitpack.io/#guoxiaoxing/phoenix)
>The one-stop solution for image/video selection, editing and compression on the Android platform.
Picture/video selection, editing and compression is a common requirement in the daily development, Phoenix fully implements these features and provides
an elegant way of calling. The core function of Phoenix is implemented by Kotlin and the outer interface is implemented by Java, so it's easy to use
between Kotlin and Java.
**Feature**
- The implementation of each function depends on the agreed interface,the functions are independent of each other.
- Built-in four color schemes, developers can also customize their own UI through simple cameraConfig of simple style files.
- Use the enableXXX(true) method to turn on a function and get the result from the MediaEntity.
- Support for RxJava, each feature provides synchronous and asynchronous implementations for developers to make use of RxJava for functional composition and nesting.
- Support for runtime permission.
## Contribute
Welcome to join in the improvement of this project.
## License
```
Copyright 2017 Guoxiaoxing
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```