Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
Zenkology
Posts: 33
Registered: 01-31-2012
My Carrier: vodafone

QR code

[ Edited ]

I need to implement QR code scan and read  in my application .. when the user push a button the camera will open and scan the QR code and read it, how can I do that :smileyhappy: ?, thnx in advance

Please use plain text.
Developer
simon_hain
Posts: 10,780
Registered: 07-29-2008
My Carrier: O2 Germany

Re: QR code

since os 6:
http://supportforums.blackberry.com/t5/Java-Development/How-to-use-the-Barcode-API/ta-p/574569

for os 5: http://aliirawan-wen.blogspot.com/2011/05/barcode-scanner-for-blackberry-os-50.html
or use another library.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.

peter_strange wrote:
"This process should happen traumatically for you in both JDE and Eclipse."
Please use plain text.
Contributor
Zenkology
Posts: 33
Registered: 01-31-2012
My Carrier: vodafone

Re: QR code

great thnx :smileyhappy: , when I push the button what's the statement that open the camera to detect the Qr code
Please use plain text.
Developer
paulkayuk
Posts: 116
Registered: 04-30-2010
My Carrier: T-Mobile

Re: QR code

Did you look at the links that Simon gave you at all? If you had given them more than a cursory glance you would have noticed at the bottom of the first link a further link to samples that should give you all the code you need.
Please use plain text.