On 04/19/2013 10:38 AM, Tobiah wrote:
I need my app to display a QR code. Are there any
libraries out there that would allow me to do this?
Just realized that the zxing app (which I already depend on)
can display barcodes as well. So, I am starting the app like this:
Intent intent = new Intent("com.google.zxing.client.android.ENCODE");
intent.putExtra("ENCODE_FORMAT", "UPC_A");
intent.putExtra("ENCODE_DATA", "12345678301");
From which I get a 1D barcode, but I want a QR code.
I tried "QR" and "QR_CODE" after searching through
the source a little, but they don't work. Does anyone
know what I would pass to get a QR code?
Thanks!
Tobiah
--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.