android Programming Glossary: androidtest
Decoding qr code from image stored on the phone with Zxing (on Android phone) http://stackoverflow.com/questions/3422651/decoding-qr-code-from-image-stored-on-the-phone-with-zxing-on-android-phone
Calling barcode scanner on a button click in android application http://stackoverflow.com/questions/5604550/calling-barcode-scanner-on-a-button-click-in-android-application And here's some source from our test app which shows how to use them http code.google.com p zxing source browse trunk androidtest src com google zxing client androidtest ZXingTestActivity.java IntentIntegrator We have also begun creating a small library.. which shows how to use them http code.google.com p zxing source browse trunk androidtest src com google zxing client androidtest ZXingTestActivity.java IntentIntegrator We have also begun creating a small library of classes that encapsulate some of..
ZXing Android Generate 1D barcode http://stackoverflow.com/questions/6376400/zxing-android-generate-1d-barcode I've gone through the examples here regarding encoding barcode http code.google.com p zxing source browse trunk androidtest src com google zxing client androidtest ZXingTestActivity.java But all it generates are QR. I'm looking for 1D barcode generation.. regarding encoding barcode http code.google.com p zxing source browse trunk androidtest src com google zxing client androidtest ZXingTestActivity.java But all it generates are QR. I'm looking for 1D barcode generation encoding . What's the right encode..
|