I am new to Zxing. I am doing barcode conversion using zxing in my android application. Can anyone guide me how to include zxing to android device.
|
|
|
If the zxing barcode scanner is installed in the mobile, its very easy:
and in
If its not installed: u can put this code in try-catch block and catching the exception, u can do this:
So it redirects the app to If u dont want to use the other app in ur app, U have to download zxing library and try using the classes from core.jar file(it is created using apache ant). Follow this tutorial to do that: All Intent options can be found here: |
|||||||||||
|
|
You need to download the Zing's .Jar file & add in to your application folder. Then you can call classes & methods of it. |
|||||||||||
|
|
here is one more sample code http://www.4shared.com/file/bFx8Y5Ys/zXingJune2010.html and a blog to read thru to understand how to integrate http://mcondev.wordpress.com/2011/06/24/zxing-1-7-for-android-on-eclipse/ |
|||
|
|
