Skip to content

Android Custom Camera for evidence photograph. You could use it to improve experience when taking photos to documents, id, gafettes, etc.

Notifications You must be signed in to change notification settings

JelpApp/JDCamera

Repository files navigation

JDCamera

Gradle Dependency

The Gradle dependency is available via jCenter. jCenter is the default Maven repository used by Android Studio.

Dependency

Add Bintray to your repositories, for some reason this specific library doesn't seem to work via jCenter even though all of my other libraries do.

repositories {
    jcenter()
    maven { url "https://dl.bintray.com/jelp-app/maven" }
}

Add this in your module's build.gradle file:

dependencies {
    // ... other dependencies

    compile 'io.jelp:jdcamera:1.0'
}

About

Android Custom Camera for evidence photograph. You could use it to improve experience when taking photos to documents, id, gafettes, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages