In my application I need to read Qr code. I searched the net and found Zing codes however lots of developers had problem with using it and it seems it is buggy!
If i assume that my customers has qr reader installed on their device, how can i use those applications and call them via implicit intents?
if user doesn’t have any qr reader, what will happen to the application? if it crashes, may i ask user to download for example QrDroid and after that use it?
and in
onActivityResult():