cordova - Zxing barcode plugin phonegap, encode code128? -


can code128 , code39 encoded zxing barcode plugin, if so, how?

i searching through internet , few said possible few not, don't realy know :)

thank you

to encode data code_128 fomat, change needs done in zxing barcode plugin

  1. navigate captureactivity in eclipse.
  2. src -> com.google.zxing.client.android.encode -> qrcodeencoder.java
  3. replace 'barcodeformat.qr_code ' barcodeformat.code_128

~anandaraja


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -