Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

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

like image 503
Avtar Singh Avatar asked Jun 19 '15 11:06

Avtar Singh


1 Answers

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

like image 131
evertonbaima Avatar answered Oct 19 '22 22:10

evertonbaima