Top "Barcode" questions

This tag should be used for questions on how to generate, decode, or use barcodes in programs.

Using ZXing to create an Android barcode scanning app

I've been searching for how to add a barcode scanner to my app. Are there any examples or how can …

android barcode barcode-scanner zxing
NSCameraUsageDescription in iOS 10.0 runtime crash?

Using iOS 10.0 last beta. I had tried to use Camera to scan barcode in my app, and it crashed with …

ios camera plist barcode ios-permissions
Package doesn't exist error in intelliJ

I'm trying to use the barbecue barcode printing library. I have successfully added the library to IntelliJ through project structure …

java intellij-idea ubuntu-12.04 barcode
Integrating the ZXing library directly into my Android application

I'm writing this in mere desperation :) I've been assigned to make a standalone barcode scanner (as a proof of concept) …

android barcode barcode-scanner zxing
How can I scan barcodes on iOS?

How can I simply scan barcodes on iPhone and/or iPad?

ios swift iphone cocoa-touch barcode
How to Generate Barcode using PHP and Display it as an Image on the same page

I want to Generate Bar code (any type) using PHP I am having a variable where i store a code &…

php ajax twitter-bootstrap barcode
Free Barcode API for .NET

Is there a decent free API/component for printing barcodes in C#?

c# api components barcode
BarCode Image Generator in Java

How can I create a barcode image in Java? I need something that will allow me to enter a number …

java generator barcode
How to read barcodes with the camera on Android?

I want my application to recognize barcodes taken by camera. Is it possible using Android SDK? Something like this: Barcode …

android barcode barcode-scanner
QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java …

java barcode qr-code zxing