Is there any way to launch another App from one APP
So, I need to scan a QR code, and do something with the code.
There are 2 type of solution,
- Launch an QR code reader app from current app, scan, and return.
But I don't know it's possible or not.
- Porting Zxing
Then hook up Zxing with the camera in WP
So I want to know is solution 1 possible? Where I can find a sample about launch an app from an app