# CameraXComposeDemo **Repository Path**: liang_dh/CameraXComposeDemo ## Basic Information - **Project Name**: CameraXComposeDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-15 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

CameraXComposeDemo

![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/app/src/main/res/mipmap-xxxhdpi/icon.png) ### - 用Compose编写的相机应用演示 ![](https://api.bintray.com/packages/li-xiaojun/jrepo/xpopup/images/download.svg) ![](https://img.shields.io/badge/author-ldh-brightgreen.svg) ![](https://img.shields.io/badge/jetpack-compose-green.svg) ![](https://img.shields.io/badge/minSdkVersion-21-orange.svg) ![](https://img.shields.io/hexpm/l/plug.svg) #### [下载 Apk](https://github.com/ldh-star/CameraXComposeDemo/raw/master/app/release/app-release.apk) ### 演示截屏 ![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/screenshots/ezgif-1-4cee7c853a.gif) ![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/screenshots/ezgif-1-5e8dfb72cf.gif) ![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/screenshots/ezgif-1-750c28513b.gif) ![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/screenshots/ezgif-1-999cd8d8f0.gif) ![](https://github.com/ldh-star/CameraXComposeDemo/raw/master/screenshots/ezgif-1-df87077512.gif) ## 技术 / 依赖 - Jetpack Compose for UI - [ClarityPermission](https://github.com/ldh-star/ClarityPermission) - 一款简洁的请求权限的工具,支持协程和lambda表达式方式使用 - [TimingExecutor](https://github.com/ldh-star/TimingExecutor) - 轻松地进行延时任务 - Glide - 图片展示 - UltimateBarX - 轻松适配状态栏和导航栏 ## 官方文档 - 谷歌官方文档 - [Compose Pathway](https://developer.android.com/courses/pathways/compose) - [Jetpack compose](https://developer.android.com/jetpack/compose) - [Jetpack compose Samples](https://github.com/android/compose-samples) - [Compose Academy ](https://compose.academy/) ## Licenses ``` Copyright 2022 CameraXComposeDemo 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. ```