I’ve code an app to scan barcodes. I’ve tried to use ZXing and all works fine, but I would use directly camera without external App (like Anobii), there is any way to do this whit ZXing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CaptureActivity has the method:
This method decides if will call to an external or internal app, you should comment the following code into switch(source){…} to avoid exit to external apps.:
In the next method you can call to your activity, you should comment all and add the next code: