You can just embed the core library of ZXing in your own app. Then you can take a look at the code ZXing's android-client app and copy what you need. This embeds the scanner right into your app.
Pro: no need for your users to download the ZXing app. Especially handy if you ever want to distribute your app on phones without Android Market app. Con: You need to do some coding yourself, although minimal. You can do this, because ZXing is licensed under Apache License 2.0. Just put the appropriate notices and attributions in your app. -- 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

