I am developing an app in which i have to use Barcode Scanner to scan Barcode and after lot of search i got the following code:
Intent intent = new Intent("com.google.zxing.client.android.SCAN");
With the help of this code , user can implement barcode scanner of Zxing but i want to implement my barcode scanner programmatically that is i don't want a third party application. I used Integrating the ZXing library directly into my Android application link to make standalone barcode scanner but i don't know what to do after making core.jar Kindly help me to integrate barcode scanner. Any help will be appreciated.. Thanks in advance