Hi,

If you are using zxing sdk then you can use this for QR code:

Intent intent = new Intent(YourActivityName.this, CaptureActivity.class);
       
        intent.putExtra("SCAN_MODE", "QR_CODE_MODE");
       startActivityForResult(intent, 0);

I have implemented using same in my application.

On Friday, April 19, 2013 11:08:26 PM UTC+5:30, Tobiah wrote:
>
> I need my app to display a QR code.  Are there any 
> libraries out there that would allow me to do this? 
>
> 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.


Reply via email to