Within last post we discussed about how to scan a QR code through a QR scanning application created using Zxing Bar Code Scanner Library. So today i'm gonna tell you guys how to get the data that scanned using QR scanner application to a ListView. QRScanMenu.java import android.app.Activity; import android.app.AlertDialog; import android.content.ActivityNotFoundException; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import...