Further to add to the discussion, Let's say user doesn't have the zxing application, you can always have an alert box that infact takes to the Android market where user can download it.
I had used Zxing in one of my application where i captured the QRCode and Barcode. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Nov 29, 2011 at 8:08 AM, James Black <[email protected]>wrote: > 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 > -- -- 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

