This commit adds CameraX functionality to the ChannelScreen, enabling users to capture photos directly within the app. - Introduced CameraX dependencies in `build.gradle.kts` for camera features. - Updated `AndroidManifest.xml` to include the necessary camera permission. - Implemented a full-screen camera preview using `PreviewView` and a floating action button for capturing photos. - Refactored the photo capture logic to handle image saving and error handling effectively. - Enhanced user experience by providing feedback on camera permission status and capture success or failure. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||