Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i have written a code that uses an existing barcode scanner that has been installed in the phone to scan codes. now i want it to be stand alone for my app. how can i achevie it. i have read blogs that says integrate zxing library and use intentIntegrator. i have tried a lot but the app crashes. how should it be done correctly. please give me your guidence.
Posted

1 solution

It's pretty easy. You just need to get the preview data and decode it with ZXing. You can read the blog - How to implement a simple barcode scan application on Android[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900