最新回答 / qq_亣丨艺术不罪_03216210
加好友的二维码其实是在软件内就用他自己的账号自动生成好了URL链接,再被编译成二进制的参数,后面生成图片,别人去扫描就可以直接引用了
2017-11-28
gradle
ZXing Core:
// https://mvnrepository.com/artifact/com.google.zxing/core
compile group: 'com.google.zxing', name: 'core', version: '3.3.1'
ZXing Java SE Extensions:
// https://mvnrepository.com/artifact/com.google.zxing/javase
compile group: 'com.google.zxing', name: 'javase', version: '3.3.1'
ZXing Core:
// https://mvnrepository.com/artifact/com.google.zxing/core
compile group: 'com.google.zxing', name: 'core', version: '3.3.1'
ZXing Java SE Extensions:
// https://mvnrepository.com/artifact/com.google.zxing/javase
compile group: 'com.google.zxing', name: 'javase', version: '3.3.1'
2017-10-31