Android camera app, with instagram type filters
Follow these instructions to build and run the project:
Open an existing Android Studio project
Run > Run 'app'
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