Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I am developing several Android Apps that requires barcode scanning (inventory, POS, etc.). Does anybody know about any barcode scanner hardware for at least one Android device, preferably hardware similar to the LineaPRO sleeve for iPhone?

My google-fu doesn't seem to help me much here.

share|improve this question

migrated from superuser.com Apr 15 '11 at 21:29

3 Answers

Why don't you use Barcode Scanner, to use the builtin camera to scan the barcode? It works great.

Or you can integrate their library in your own applications.

See this post on StackOverflow: Using ZXing to create an android barcode scanning app

I've never heard of any hardware barcode scanner that is an addon to an Android device. There are however Bluetooth barcode scanners that can work with Android devices, for example these ones. See here for a driver that works with such scanners.

share|improve this answer
2  
The question is specifically about hardware scanners. The software scanner is nowhere close to being good enough for real POS and inventory scenarios. – Ludvig A Norin Apr 16 '11 at 6:36
Thus my edit about hardware Bluetooth scanners that can be linked with Android apps via Bluetooth. – Snark Apr 16 '11 at 7:24
up vote 4 down vote accepted

After a lot of searching, I've found two vendors that come close to what I need, and I'm giving this answer to my own question in the hope that it will help others:

Grabba seems to be working on a sleeve design that connects directly to the device (HTC Desire HD 2). This eliminates the hassle of dealing with a bluetooth connection (in many production environments the user simply don't have the skill set to deal with that). Unfortunately it isn't released yet. The plus is that the HTC Desire HD 2 is an excellent device.

Sumlung have a bluetooth reader with a sleeve design. I'm not sure the design is stable enough with many devices. The plus is that it is available for sale right now.

If anybody finds a reader with sleeve design for a decent Gingerbread device, preferably with built-in high-capacity battery, I'll be more than happy to make it the proper answer to my question.

share|improve this answer

Riotec, the manufacturer of barcode scanner in Taiwan, developed the docking barcode scanner "DC9250" for Android smartphone/tablet use. You can connect to the website (http://www.riotec.com.tw/products/Docking%20Device.php) to check the product specification first.

Before you buy DC9250, you must check whether your Android device support OTG function. With OTG function, your device can recognize DC9250 as barcode scanner. If not, your micro USB port is just used for charging & communicating with computer only.

share|improve this answer
1  
Welcome to Android Enthusiasts! Please note that you have to disclose your affiliation in your answer – THelper Nov 16 '12 at 7:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.