4 रिपॉजिटरी
Embedding a barcode scanner into an Android app using the ZXing decoder, either as a full-screen intent or an embedded view.
Distinct from Barcode Scanners: Distinct from Barcode Scanners: specifically targets Android platform integration with ZXing, not general scanning utilities.
Explore 4 awesome GitHub repositories matching development tools & productivity · Android Barcode Scannings. Refine with filters or upvote what's useful.
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
Embeds a barcode scanner into Android apps using the ZXing decoder via camera intent or embedded view.
Android-ZBLibrary is a mobile framework providing core primitives for Android development, including a Model-View-Presenter framework for structural architecture, a network request wrapper, and a local data persistence layer. It also includes a library of reusable interface elements and a background task manager to maintain user interface responsiveness. The framework decouples business logic from user interfaces through its MVP implementation and manages external service integration via tools for HTTP communication, JSON processing, and response caching. The library covers a broad set of ca
Provides Android-specific implementations for scanning barcodes and processing visual data.
यह एक Android बारकोड स्कैनिंग लाइब्रेरी है जिसे लाइव कैमरा फीड से बारकोड डेटा का पता लगाने और डिकोड करने के लिए डिज़ाइन किया गया है। यह मोबाइल डिवाइसेस पर विज़ुअल पैटर्न को टेक्स्ट में अनुवादित करने के लिए कोर इंफ्रास्ट्रक्चर प्रदान करती है। इस लाइब्रेरी में एक कैमरा प्रीव्यू मैनेजर शामिल है जो विभिन्न स्क्रीन आयामों में फिट होने के लिए आस्पेक्ट रेशियो और फीड साइज़ को समायोजित करता है, साथ ही फ्लैश, ऑटोफोकस और सेंसर चयन को प्रबंधित करने के लिए एक हार्डवेयर कंट्रोलर भी शामिल है। इसमें डिटेक्शन गति और सटीकता बढ़ाने के लिए विशिष्ट बारकोड टाइप्स तक स्कैनिंग को प्रतिबंधित करने के लिए एक बारकोड फॉर्मेट फ़िल्टर भी है। यह प्रोजेक्ट कैमरा हार्डवेयर नियंत्रण, लाइव बारकोड डिकोडिंग और अनुकूलित व्यू फाइंडर्स व विज़ुअल ओवरलेज़ डिज़ाइन करने के लिए यूजर इंटरफेस कस्टमाइज़ेशन को कवर करता है।
Creates tailored view finders and visual overlays to guide users during the barcode scanning process.
यह Android एप्लिकेशन में बारकोड और QR कोड स्कैनिंग और जनरेशन को एकीकृत करने के लिए एक ZXing-आधारित टूलकिट है। यह एक बारकोड स्कैनर के रूप में कार्य करता है जो लाइव कैमरा स्ट्रीम और स्टैटिक इमेज फाइलों दोनों से डेटा डिकोड करने में सक्षम है। इस लाइब्रेरी में एक QR कोड जनरेटर शामिल है जो कोड के केंद्र में कस्टम लोगो के साथ इमेज फाइलें बनाने का समर्थन करता है। यह एक कस्टमाइज़ेबल कैमरा स्कैनिंग इंटरफ़ेस भी प्रदान करता है, जिससे स्कैनिंग ओवरले में बदलाव और कम रोशनी में दृश्यता सुधारने के लिए डिवाइस फ्लैश पर नियंत्रण मिलता है। इसकी व्यापक क्षमताओं में बिटमैप से टेक्स्ट निकालना, लाइव डिटेक्शन के लिए कैमरा हार्डवेयर का प्रबंधन, और स्कैनिंग प्रक्रिया को निर्देशित करने के लिए यूजर इंटरफ़ेस ओवरले का डिज़ाइन शामिल है।
Embeds a ZXing-based barcode scanner into Android apps as a full-screen or custom view.