# RichEditor **Repository Path**: dengdaoyu/RichEditor ## Basic Information - **Project Name**: RichEditor - **Description**: 富文本编辑器 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RichEditor 富文本编辑器 ![效果图](https://github.com/dengdaoyus/RichEditor/blob/master/app/img/img%20(1).png?raw=true)   ![效果图](https://github.com/dengdaoyus/RichEditor/blob/master/app/img/img%20(3).png?raw=true) ![效果图](https://github.com/dengdaoyus/RichEditor/blob/master/app/img/img%20(4).png?raw=true) ###使用方法: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (resultCode == RESULT_OK && requestCode != -1) { if (data != null) { CameraSdkParameterInfo mCameraSdkParameterInfo = (CameraSdkParameterInfo) data.getExtras().getSerializable(CameraSdkParameterInfo.EXTRA_PARAMETER); for (int i = 0; i