Skip to content

An android app that uses the CameraX library to implement the camera feature. Users can take photos with their phones' cameras, save them to external storage, and share them.

License

Notifications You must be signed in to change notification settings

lssarao/jetpack-compose-camerax

Repository files navigation

CameraX - Camera App

Android application that uses the CameraX library to implement the camera feature. The app allows users to take photos using their phone's camera and save to external storage. As well as sharing features, users can easily share captured images with other apps.

Demo

Click here to try out our sample app without downloading or installing anything.

Tech Stack

Programming Language: Kotlin

UI: Jetpack Compose

Development Tools: Android Studio IDE

Libraries and Frameworks:

  • CameraX library to implement the camera feature

  • Implemented a camera preview through AndroidView

  • Handles runtime read and write permission requests for camera access and external storage access

  • Sharing captured image to other apps with send Intent

  • Coil for preview of the captured images

  • Kotlin Coroutines for managing background tasks

  • Gradle for building and dependency management

Version Control: Git

Testing:

  • JUnit and Mockito for unit testing
  • Espresso for UI testing

Roadmap

  • Sharing feature
  • Camera Modes
  • Add more integrations

Installation

To build the app from this repository, follow these steps:

  • Clone the repository to your local machine using HTTP: git clone https://github.com/lssarao/jetpack-compose-camerax.git

  • Open Android Studio on your local machine and click on open an existing Android Studio project.

  • Browse to the directory where you cloned the repository and import it.

  • Once the project is imported, you can build this app by clicking the run button in Android Studio.

  • Select your device or an emulator from the available options and and install the app.

If you encounter any issues or errors during the setup or building process, feel free to raise an issue on the repository.

Contribute

I will be more than happy to receive your PR, I am open to suggestions or modifications.

Feedback

If you have any feedback, please reach out to us at lssarao411@gmail.com

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An android app that uses the CameraX library to implement the camera feature. Users can take photos with their phones' cameras, save them to external storage, and share them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages