Relative Content

Tag Archive for javaandroidkotlinzxing

Android barcode scanning in background without any visible UI with ZXing library

I want to create an application which continuously keeps scanning qr codes in background, just like super market’s qr scanner. I was able to achieve continuous scanning using ZXing library but here I have to show the camera preview in order to make scanning work. In my case I do not want that. Please help if at all it is possible or I am completely understanding wrong. I am new to android development, so any help would be appreciated.