Search code examples
androidandroid-intentandroid-camerazxingbarcode-scanner

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


"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.sstatic.net/bpT5R.jpg


Solution

  • 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. =)