Giter Site home page Giter Site logo

coolkotlin's Introduction

CoolKotlin

必须同时引入的库

某些库需要以下内容同时加入配置(并且配置kotlin)

dependencies {
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:+'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:+'
    implementation 'io.reactivex.rxjava2:rxjava:+'
    implementation 'io.reactivex.rxjava2:rxandroid:+'
}

请注意!!!

  • 请勿直接全部引入,例:
dependencies {
    //直接使用全部功能lib会异常
    implementation 'com.github.Leessy.CoolKotlin:0.2.43'
}

正常引入方式

  • 1.使用人脸算法库:
dependencies {
    implementation 'com.github.Leessy.CoolKotlin:aifacecore:0.2.43'
}
  • 2.使用USB相机库:
dependencies {
    implementation 'com.github.Leessy.CoolKotlin:uvccamera:0.2.43'
}
  • 3.使用读卡模块功能库(只能同时使用一种):
dependencies {
    //相同功能的只能选择一种导入
    implementation 'com.github.Leessy.CoolKotlin:jidacard:0.2.43'
    //implementation 'com.github.Leessy.CoolKotlin:jidacardusb:0.2.43'
    //implementation 'com.github.Leessy.CoolKotlin:yxcardsdk:0.2.43'
}

coolkotlin's People

Contributors

leessy avatar mafanwei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

coolkotlin's Issues

uvccamera not support Android 9

I think that is some config missed.
from Android 9 ,uvccamera can open with origin api. But in some device are not support. Such as HuaWei.
We have to use uvccamera.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.