In this tutorial we learn how to implement QR Code Scanner & Generator using ZXing Scanner & Generator library in Android Application.

A.Add ZXING LiabaryFor Scanning an Generating QR Code. compile ‘com.google.zxing:core:3.2.1’ compile ‘com.journeyapps:zxing-android-embedded:3.2.0@aar’ B. Generate QR Code i…

Source: In this tutorial we learn how to implement QR Code Scanner & Generator using ZXing Scanner & Generator library in Android Application.

Leave a comment