最新回答 / qq_亣丨藝術(shù)不罪_03216210
加好友的二維碼其實(shí)是在軟件內(nèi)就用他自己的賬號(hào)自動(dòng)生成好了URL鏈接,再被編譯成二進(jìn)制的參數(shù),后面生成圖片,別人去掃描就可以直接引用了
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