The app showcases advanced camera functionalities, integrating both photo and video capture with seamless user interaction.
- Android SDK
- Android Studio (for building and installing the application)
- An Android device or emulator running Android SDK version 21 (Lollipop) or higher
- Clone the repository:
git clone https://github.com/vuvnguyen95/CameraX.git
- Open the project in Android Studio.
- Build the project by navigating to
Build -> Build Bundle(s) / APK(s) -> Build APK(s)
. - Install the APK on your Android device or emulator.
- Photo Capture Mode: Allows users to take high-quality photos.
- Video Capture Mode: Enables video recording with start and stop controls.
- Swipe Navigation: Users can easily switch between photo and video modes by swiping left or right.
- Dynamic UI Updates: The UI reflects the current mode and recording status, providing clear user feedback.
Contributions to the CameraX app are welcome! Whether it's bug fixes, new features, or improvements to existing features, we appreciate your help.
To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Thank you to all the contributors who have helped to make CameraX a better app!
- GitHub Repository URL:
https://github.com/vuvnguyen95/CameraX.git
. - Contact Email:
[email protected]
.