- Custom Android Camera Application
- Live Filters shown at the same time the user is using the camera
Follow these instructions to build and run the project:
- Clone this repository.
- Install Android Studio.
- Import the project into Android Studio:
- Open Android Studio
- Click
Open an existing Android Studio project
- Select the project
- Android Studio will import the project and Gradle will build the project.
- Run the application:
- Click
Run > Run 'app'
- After the project builds you'll be prompted to build or launch an emulator.
- Click
If you do not have Android Studio, but you have Gradle installed, you can build your app with gradle directly:
OS X & Linux:
./gradlew assembleRelease
Windows:
gradlew.bat assembleRelease
The output apk will be in /app/build/outputs/apk/release
.
Transfer the apk to your device and install it to use the application.
Thank you to all the contributors who help in making this project better 🙌