qr reader in blackberry example - blackberry

I am workin on BB app and I need to implement QR reader or scanner into it. I know that RIM supported a library of it in OS6 and in ZXing but actually I need to read an example of how can I implement it within my code.

You can get a clear idea to how to develop a qr code in OS 6.0 From This KB Article
If you Try to develop It in OS 5.0 http://aliirawan-wen.blogspot.com/2011/05/barcode-scanner-for-blackberry-os-50.html will help you.

Related

Scandit scanner SDK in IOS

Hey I'm new to iPhone and I have been trying to use Scandit SDK. I installed the Community FREE SDK from http://www.scandit.com/pricing/ for scanning QR Code images, and it's working fine on my application. I want to know that if i will deploy my app on Apple Store using Scandit then it will be problem in future because of Free SDK. Or for this, i need to purchase paid Enterprise SDK of $199 or $399. Please give me any suggestion.
Thanks in Advance.
you can use the free version only
if you have more suggestion for QR Code, you need some idea follow this link QR Code Scanning in ios application

Implement an iOS barcode reader apps

I'm planning to develop a simple barcode reader for iOS that will read the barcode and return all the information it can extract from the internet.
So far I decided to use the ZBar SDK in the app and successfully read the barcode which return a decoded string of the barcode.
Now I wonder how can I extract the useful information from it. I have limited knowledge on barcode so I suppose there will be an online database so that I can input the barcode result and fetch the data from it.
Can anyone give me some suggestion?
Thanks in advance.
Zxing the best library for Bar code and QR Code scan It Support both Android and iPhone SDK. This is used by most of the commercial mobile cash application
More Information on ZXING
Also there is anther library
ZBar. Seems to be a very capable library.
Good luck
Chamath Jeevan

How can we scan a qr code in Blackberry having OS 6 and above

I need to know whether there is an api or code available to scan a QR code in blackberry having OS6.0 and above . i am new to QR coding section so please guide me .
Starting with BlackBerry OS 6 the xzing bar code scanning library is included in the API. RIM has provided a Developers' guide available here. I suggest you start there, and follow up with other reading. Zxing is a Google library with lots of on-line documentation available.

zxing barcode scanning library for blackberry

I want to implement the barcode scanner for Blackberry device higher then 5.0. As I am quite new to barcode scanning, I tried to google it and tried searching on stackoverflow. Got few samples, but quite confused.
Can anyone provide me links to get Zxing SDK for blackberry ?
The ZXing project is already built into Blackberry OS 6+. Still you may want to use a later version than the version that is included. You can of course download this from the site at http://code.google.com/p/zxing. BBOS support was discontinued in version 2.0, so you will need to use 1.7.
I think it may help you:
QRCode Implementation In My Blog
If you are not getting the code there then check this link:
barcode-code-scanning for 5.0 and 6.0
Note: It is better to read the conversations in the above link to understand well.

Barcode scanner SDK for Blackberry

can anyone guide me to any of the efficient Barcode scanner SDK which can work in Blackberry SDK. while googling i have got to here about ZXing lib. But i failed to find the samples and to download the SDK.
Help me with some link to the SDK download and test code sample.
In past i faced the same problem,after googled i found ZXing bar code scanner api with sample.
The below link will really help you.
http://aliirawan-wen.blogspot.com/2011/05/barcode-scanner-for-blackberry-os-50.html
Check this may be useful for u ...
BlackBerry barcode scanning library?
http://supportforums.blackberry.com/t5/Java-Development/Barcode-reader-SDK-or-library/td-p/238641

Resources