Create / create barcode using Zxing on Android

I need to write an android application to create / generate a barcode using a string with the value to be shown.

The Android app was supposed to show a barcode pattern that would be scanned by another phone.

I read a lot from the Internet and everyone recommends using Zxing for this, but I cannot find a tutorial on how to use Zxing to create barcodes on Android.

I have experience using Zxing with Android Integration to read a QR code.

Should I use the same to create a barcode?

Can I use Android integration?

Thank you so much sorry for my poor english

+5
source share
1 answer

Scanning through Intentshould be all you need: https://github.com/zxing/zxing/wiki/Scanning-Via-Intent

+1
source

All Articles