Possible Duplicate:
Android – Barcode Scanning, Options? Zxing?
Android: Is there a way to implement the barcode scanner into an app?
I am planning to integrate a barcode reader to my application. Is there already an android API for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update: Barcode Detection is now available in Google Play services. Code lab, api docs, and a sample project.
There is no API in android. You have to use third party libraries. You can try Zxing. There are lot of discussions related to barcode scanning on stackoverflow. Search for them. Few are
Using ZXing to create an android barcode scanning app.
Android: Is there a way to implement the barcode scanner into an app?