https://github.com/brucewind/text2qrcodewithandroid
Generate qr code with least java code.(用最少的代码生成二维码)
https://github.com/brucewind/text2qrcodewithandroid
Last synced: about 1 year ago
JSON representation
Generate qr code with least java code.(用最少的代码生成二维码)
- Host: GitHub
- URL: https://github.com/brucewind/text2qrcodewithandroid
- Owner: BruceWind
- Created: 2019-09-20T13:11:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T13:25:18.000Z (over 6 years ago)
- Last Synced: 2025-01-26T18:47:02.011Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[中文](https://github.com/BruceWind/Text2QrCodeWithAndroid/blob/master/README.zh-CN.md)
Text to Qr Code with Java
-----------------------
Generate qr code with least java code.
```
Only the generation algorithm, there isnt scan ,image and more algrithms.
```
I just want to generate qr code with minimal code. Then i don't want to use zxing to create qr code, that's too big. So, I wrote the repo.
I just created `QrCode#toColorArr` method,others is the same as [original code](https://github.com/nayuki/QR-Code-generator/tree/v1.5.0/java/src/main/java/io/nayuki/qrcodegen).
If you encounter some errors.Pls create a [new issue](https://github.com/nayuki/QR-Code-generator/issues/new).
## Thanks
[https://github.com/nayuki/QR-Code-generator](https://github.com/nayuki/QR-Code-generator)