-
AwesomeQRCode的Android代码
资源介绍
AwesomeQRCode - An awesome(simple) QR code generator for Android.
> 切换至中文(简体)版本?
Yay! Demo Available!
Examples
> Try to scan these QR codes below with your smart phone.
Example 1
Example 2
Example 3
Solid dots instead of blocks
Binarized
With logo at the center
Installation
To add dependency into your project, Add below lines in build.gradle of your project:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Then, add below
- 上一篇: Jquery 二维码生成插件 美化版
- 下一篇: java生成二维码史上最全案例