How to implement QR code scanner in Fragment in portrait mode in android?

10,592

Use this Library for QR code scanner it is the Modification of ZXING Scanner project for easy Android QR-Code detection.QR Code Scanner

Share:
10,592
ramkrishna kushwaha
Author by

ramkrishna kushwaha

Android Application Developer with 4+ years of experience Software Development, Application Maintenance & Support and Project Execution.

Updated on June 04, 2022

Comments

  • ramkrishna kushwaha
    ramkrishna kushwaha almost 2 years

    I am developing an application,In this application I have to implement QR code scanner, I can achieve this thing easily in activity with the help of Zxing library but the thing is that the scanner should be in fragment and the Fragment added in ViewPager and I also want customise the view of scanner.

  • ramkrishna kushwaha
    ramkrishna kushwaha about 8 years
    i want to use scanner in fragment and fragment has loaded in View Pager.