-
二维码的长按识别功能在Android代码中实现
资源介绍
PressScanCode
A View code can be achieved on the basis of the two-dimensional code. WebView can also.
After integration, you need only three lines of code can be resolved.
Support View
View on any screen
usage
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
compile 'com.github.BolexLiu:PressScanCode:v1.0.0'
}
Specific co
- 上一篇: 校园二手交易系统的设计与实现.doc
- 下一篇: android 二维码生成与识别