JetpackComposeCameraXShowcase
Explore this repository for a hands-on showcase of integrating the CameraX library in Android for building an in-app camera preview and capturing photos with Jetpack Compose. #Android #CameraX #JetpackCompose
Install / Use
/learn @YanneckReiss/JetpackComposeCameraXShowcaseREADME
Jetpack Compose CameraX Photo App ShowCase
This is a simple app that shows how to use CameraX with Jetpack Compose.
It allows you to capture a photo that is then automatically stored in your MediaStore.
If you like, you can read my Medium article or watch my YouTube video.
Used libraries
- Koin with Koin Annotations for dependency injection
- CameraX for camera handling
