I want to scan Barcode/QR-Code in my app.
I used Zxing library to achieve this,
implementation 'com.journeyapps:zxing-android-embedded:3.6.0'
I have no issue on scanning and getting value.
But I don't want the separate page for scanning. I want the scanning part within the layout itself like in an image
Is it possible to achieve this using Surface-view like we use it for in built app camera.
Please help me to achieve this. Thanks