how do I add particular actions like sending SMS or URL open according to the qr code image, i have been using zxing library and scantest app,any example code? thanks

link|improve this question
feedback

2 Answers

http://code.google.com/p/zxing/downloads/list

Download code from above given link and ran it on your device it will working.

link|improve this answer
Thnx for your response but I have already downloaded and Scantest example is running fine in which The Application is scanning the code and gives the result in text View, What I want now to use the actions on that result . The actions like open URL and SMS according to the result.The actions headers and main files are given to but how to call them? – ahsan Aug 11 '11 at 12:47
@ahsan, i also work on same project, i also downloaded project from given link and it work fine for me and out put which gave same that you want. – iHungry Aug 12 '11 at 5:02
feedback

Look at the Barcodes app in iphone/Barcodes. It ties into the result parser infrastructure in iphone/ZXingWidget.

I haven't actually used this code, but I know others have been trying to keep it up to date.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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