How to open "zxing Barcode" scanning screen in a small window?

4.6k Views Asked by At

"zxing Barcode" scanner is successfully working in my App

https://github.com/journeyapps/zxing-android-embedded

I want to open the scanning screen (i.e., Intent), on same Activity in the center in a small window

How can I get this type of Interface ?

https://i.stack.imgur.com/bpT5R.jpg

1

There are 1 best solutions below

5
On BEST ANSWER

You may use Journey's Library. You can use the scanner as a component just like an image or a text. It's based on ZXing. =)