# QR code **Repository Path**: mzsapi/qr-code ## Basic Information - **Project Name**: QR code - **Description**: 二维码扫描与生成demo,可以旋转镜头角度。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 二维码 ## README # QrCodeLib ![platform](https://img.shields.io/badge/platform-Android-lightgrey.svg) ![Gradle](https://img.shields.io/badge/Gradle-4.10.1-brightgreen.svg) [![last commit](https://img.shields.io/github/last-commit/ahuyangdong/QrCodeLib.svg)](https://github.com/ahuyangdong/QrCodeLib/commits/master) ![repo size](https://img.shields.io/github/repo-size/ahuyangdong/QrCodeLib.svg) [![Licence](https://img.shields.io/github/license/ahuyangdong/QrCodeLib.svg)](https://github.com/ahuyangdong/TabCustom/blob/master/LICENSE) A Android library for qrcode scanning and generating, depends on zxing library Android ZXing二维码扫描库,支持二维码扫描和生成,演示效果: ![image](https://github.com/ahuyangdong/QrCodeLib/blob/master/demo.gif) 特别提醒:master分支使用的是传统的appcompat包,如需支持AndroidX开发,请至[androidx分支](https://github.com/ahuyangdong/QrCodeLib/tree/androidx) ## 博客讲解 https://blog.csdn.net/ahuyangdong/article/details/89339970 ## 致谢 - ZXing [![Zxing](https://camo.githubusercontent.com/cd92fcc87ebc531c60edc667da4a77b90c004ff0/68747470733a2f2f7261772e6769746875622e636f6d2f77696b692f7a78696e672f7a78696e672f7a78696e672d6c6f676f2e706e67)](https://github.com/zxing/zxing) - HappyMiao/QrCodeScan https://www.jianshu.com/p/e80a85b17920 https://github.com/HappyMiao/QrCodeScan