awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yipianfengye avatar

yipianfengye/android-zxingLibrary

0
View on GitHub↗
4,998 stars·1,040 forks·Java·17 views

Android ZxingLibrary

This is a ZXing-based toolkit for integrating barcode and QR code scanning and generation into Android applications. It functions as a barcode scanner capable of decoding data from both live camera streams and static image files.

The library includes a QR code generator that supports the creation of image files with custom logos embedded in the center of the code. It also provides a customizable camera scanning interface, allowing for adjustments to the scanning overlay and control over the device flash to improve visibility in low light.

Its broader capabilities cover the extraction of text from bitmaps, the management of camera hardware for live detection, and the design of user interface overlays to guide the scanning process.

Features

  • Camera QR Code Scanners - Captures live video and decodes QR codes and barcodes in real time via the camera.
  • Android Barcode Scanner Libraries - Provides an Android library for integrating ZXing-based barcode and QR code scanning and generation into mobile applications.
  • ZXing Decoder Wrappers - Wraps the ZXing core library to extract encoded text from barcodes and QR codes on Android.
  • Image File Barcode Decoders - Decodes barcodes and QR codes from static image files provided by the user.
  • QR Code Generators - Provides tools for generating scannable QR code images from text strings.
  • Android Camera Integrations - Integrates Android camera hardware and software to manage flash and preview for scanning.
  • Android Barcode Scannings - Embeds a ZXing-based barcode scanner into Android apps as a full-screen or custom view.
  • Branded QR Codes - Generates branded QR codes by embedding a custom logo centrally within the matrix pattern.
  • UI Overlay Layers - Provides a graphical overlay layer on top of the camera feed to guide users toward the scanning area.
  • Android UI Customization - Allows customization of the scanning interface's visual style to fit the application layout.
  • Scanner Overlays - Provides customizable scanner overlays to adjust the visual guiding frame and target area.
  • Camera Preview Embeddings - Renders a real-time camera preview using Android's SurfaceView for high-performance visual feedback.

Star history

Star history chart for yipianfengye/android-zxinglibraryStar history chart for yipianfengye/android-zxinglibrary

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Android ZxingLibrary

These projects share indexed features with Android ZxingLibrary. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • journeyapps/zxing-android-embeddedjourneyapps avatar

    journeyapps/zxing-android-embedded

    5,934View on GitHub↗

    This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing barcode decoding engine and exposes it through a simplified Android API, functioning as a software development kit for real-time scanning. The library offers two primary integration approaches: launching a full-screen camera activity through Android intents, or embedding a live scanner view directly into application layouts using SurfaceView or TextureView. Scanner behavior can be customized through programmatic configuration objects before scanning begins, and scanned barcode dat

    Javaandroid-librarybarcode-scanningzxing-android
    View on GitHub↗5,934
  • bingoogolapple/bgaqrcode-androidbingoogolapple avatar

    bingoogolapple/BGAQRCode-Android

    8,016View on GitHub↗

    BGAQRCode-Android is a developer toolkit for Android that provides a library for scanning and recognizing QR codes and barcodes. It functions as a camera scanning framework and a barcode generator for creating one-dimensional and two-dimensional codes. The project includes a customizable UI kit for implementing branded scanning interfaces with adjustable dimensions, colors, and animation styles. It also provides tools for creating customized barcodes featuring specific color palettes and embedded logos. The toolkit manages camera hardware settings, including flashlight control, zoom levels,

    Cqrcodeqrcode-androidqrcode-generator
    View on GitHub↗8,016
  • mebjas/html5-qrcodemebjas avatar

    mebjas/html5-qrcode

    6,030View on GitHub↗

    html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser, processing live video from a device camera or decoding codes from uploaded image files without any server-side involvement. The library handles real-time scanning from continuous camera feeds with adjustable frame rates and scanning regions, while also supporting file-based decoding for static images. The scanner offers configurable behavior through runtime settings, allowing developers to adjust scanning speed, viewfinder region, aspect ratio, and restrict decoding to specifi

    TypeScriptbarcodecamerahtml5
    View on GitHub↗6,030
  • natario1/cameraviewnatario1 avatar

    natario1/CameraView

    5,125View on GitHub↗

    CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It provides an abstraction layer for managing camera hardware and a media capture API for recording high-resolution video and RAW photos with configurable bitrates and resolutions. The project features a real-time camera filter framework and a preview manager. These systems allow for the application of custom shaders and visual effects to live camera streams and the rendering of previews with customizable aspect ratios, overlays, and composition grids. The library covers a wide ra

    Javaandroidandroid-librarycamera
    View on GitHub↗5,125
Compare all 30 related projects→

Frequently asked questions

What does yipianfengye/android-zxinglibrary do?

This is a ZXing-based toolkit for integrating barcode and QR code scanning and generation into Android applications. It functions as a barcode scanner capable of decoding data from both live camera streams and static image files.

What are the main features of yipianfengye/android-zxinglibrary?

The main features of yipianfengye/android-zxinglibrary are: Camera QR Code Scanners, Android Barcode Scanner Libraries, ZXing Decoder Wrappers, Image File Barcode Decoders, QR Code Generators, Android Camera Integrations, Android Barcode Scannings, Branded QR Codes.

Which projects share features with yipianfengye/android-zxinglibrary?

Projects with overlapping indexed features include: journeyapps/zxing-android-embedded — This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing… bingoogolapple/bgaqrcode-android — BGAQRCode-Android is a developer toolkit for Android that provides a library for scanning and recognizing QR codes and… mebjas/html5-qrcode — html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser,… natario1/cameraview — CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It… dm77/barcodescanner — This is an Android barcode scanning library designed to detect and decode barcode data from a live camera feed. It… endroid/qr-code — This is a PHP library for generating machine-readable QR codes from text or data payloads. It functions as an image…