To show how easy zxing is this is how I called it:
Intent intent = new Intent(
"com.google.zxing.client.android.SCAN");
intent.setPackage("com.google.zxing.client.android");
intent.putExtra("SCAN_MODE", "PRODUCT_MODE");

Then just process the activity result.

On Mon, Nov 28, 2011 at 9:01 PM, gjs <[email protected]> wrote:

> Hi,
>
> Goole zxing
>
> Regards
>
> On Nov 26, 6:02 pm, Ali Rangwala <[email protected]> wrote:
> > Dear All,
> >
> > we have been trying to build a Barcode reader app in Android.. we got a
> > SDK/open source code of Red Laser however it doesnt seem to work well.
> >
> > If any of you have developed similar app and would not mind to share the
> > code snippet and technical details of making a basic barcode reader app
> > would be really helpful.
> >
> > Thanks in advance for your support.
> >
> > BR,
> > Ali
>
> --
> 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
>



-- 
"I know that you believe you understand what you think I said, but I'm not
sure you realize that what you heard is not what I meant."
- Robert McCloskey

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

Reply via email to