How to implement QR code scanner in Fragment in portrait mode in android?
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. Use this Library for QR code scanner it is the Modification of ZXING Scanner project for easy Android QR-Code detection. QR Code Scanner Prakhar1001 For Android Studio Users repositories { maven { url "https://jitpack.io" } } compile 'com.journeyapps:zxing-android-embedded:3.2.0@aar' compile 'com