项目作者: arshadkazmi42

项目描述 :
Android camera app, with instagram type filters
高级语言: Java
项目地址: git://github.com/arshadkazmi42/android-custom-camera-with-live-filter.git
创建时间: 2017-11-16T18:04:58Z
项目社区:https://github.com/arshadkazmi42/android-custom-camera-with-live-filter

开源协议:GNU General Public License v3.0

下载


Android Live Filters Camera

A Simple, Custom Camera With Live Filters

ScreenShots


Screenshots coming soon…

Features

Codacy Badge

  • Custom Android Camera Application
  • Live Filters shown at the same time the user is using the camera

Getting Started

Follow these instructions to build and run the project:

  1. Clone this repository.
  2. Install Android Studio.
  3. Import the project into Android Studio:
    1. Open Android Studio
    2. Click Open an existing Android Studio project
    3. Select the project
  4. Android Studio will import the project and Gradle will build the project.
  5. Run the application:
    1. Click Run > Run 'app'
    2. After the project builds you’ll be prompted to build or launch an emulator.

Build with gradle

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.

Contributors

Thank you to all the contributors who help in making this project better :raised_hands: