Hi,
I am working on QR code scanning using Zxing
Steps:
1. I have a screen in which when i click on the button, scanner will get opened.
2. Scanner will scan the data from QR code
3.That data should be captured and navigated to second screen, i.e second screen should contain all the Scanned data.
I have implemented scanning qr code within a single screen, but I have no idea how to capture the scanned data in second screen
Please help me with this