Create/Generate Barcode using Zxing on Android
I need to write an android aplication to create/generate a barcode using a string with the value to show.
The android app had to show a pic with the barcode to be scaned with o开发者_JAVA技巧ther phone.
I read a lot from internet and everybody recomend to use Zxing for that, but i can't find some tutorial about how to use Zxing to create barcodes on android.
I have experince using Zxing with Android-Integration to read QR Code.
I have to use the same to create barcode?
Can i use Android-Integration?
Thank you very much Sorry for my poor english
Scanning via Intent
should be all you need: https://github.com/zxing/zxing/wiki/Scanning-Via-Intent
精彩评论