How to modify default zxing screen

1

Good evening,

I integrated zxing into my app using this tutorial: link

It worked, but for it to work, it asked me to install the zxing app and when I select the scan button, I'm redirected to the app.

I wonder if you can integrate this functionality into my app, without having to install another app (I think this can be a little annoying for the user). Another alternative to my problem would be to at least add a few buttons on the screen

This photo is from the default zxing screen and I wanted to add two buttons and change the orientation.

If someone has already moved with this library, please help me, I even found some integration tutorials but I found it very complex and I do not know if it will bring the result that I want in the end.

Thank you in advance!

    
asked by anonymous 30.01.2017 / 23:32

1 answer

1

You can use the Barcode API from Mobile Vision that is Google's own. If you feel bothered that people will feel bothered, you can take a better look at the documentation and do the direct implementation of your application. And yes, it may be a bit complex because it is "image processing", but you have a greater control for customization.

To start a project, see in the documentation .

    
30.01.2017 / 23:44