文件名称:Android代码-长按识别二维码
文件大小:322KB
文件格式:ZIP
更新时间:2022-08-25 20:06:19
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
【文件预览】:
PressScanCode-master
----gradlew(5KB)
----settings.gradle(29B)
----pressScan()
--------src()
--------.gitignore(7B)
--------build.gradle(603B)
--------proguard-rules.pro(649B)
----gradle()
--------wrapper()
----tips.gif(223KB)
----README.md(3KB)
----gradlew.bat(2KB)
----gradle.properties(849B)
----.gitignore(118B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(733B)
--------proguard-rules.pro(649B)
----build.gradle(613B)