I created a search app and I want to add a barcodescanner, so the search data can be provided by the code, I've read that there is an open library for this "zxing".It always offer us to create an intent so it will manage the situation where barcodescanner is not installed, does anyone knows if it works with other scanners like QR droid for exmple?
I think that a user don't want to change the scanner app that he/she prefers.do zxings intents work well with other apps?
No. That doesn't really make sense. ZXing can't point you at something else if it's not installed. Your app could try to figure out if another scanner is installed and use that. Or you could bundle the core of ZXing (not the app) with your own UI.