Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 other 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

like image 701
Mark Comix Avatar asked Nov 14 '22 19:11

Mark Comix


1 Answers

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

like image 103
Sean Owen Avatar answered Dec 11 '22 16:12

Sean Owen