Possible Duplicate:
How to use Zxing in android
"captureActivity" capture QR code image from camera and after decoding it, it shows results according to type of data stored in QR code. e.g. if website URL is encoded in QR code, the result screen will have a button to open that URL in browser.
I need to read image from SD card, decode it and handle the output in the same manner zxing does in case of decoding via "captureActivity".
I have created a class which extends ListActivity, which browse the SD card images. How can I get the result on onListItemClick event same like it does after capturing image from camera?