最新回答 / 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