user1387887
user1387887

Reputation: 11

Barcode implementation on Android

I want to make an Android app that uses the camera to take a photo of a barcode for a product to get the number of barcode, but I have some problem to make the implementation.

The main question is how can I use the camera to take a picture to recognize the id of this barcode without using any external application.

Thanks for your help!

Upvotes: 0

Views: 1473

Answers (3)

Mohit
Mohit

Reputation: 11324

yes yu should use the zxing tool this is an open source you can use in your code too, here : http://code.google.com/p/zxing/ downloads/list. download the source code from main site and see manual it will give you the instruction too

Upvotes: 0

peter.bartos
peter.bartos

Reputation: 12045

Why won't you use the external application? This is the power of Android apps - they can use each other functionality, which is implemented perfectly in their app.

Upvotes: 1

Sarim Sidd
Sarim Sidd

Reputation: 2176

You should try Zxing library, the library contains Barcode Scanning feature.

here : http://code.google.com/p/zxing/downloads/list

Upvotes: 3

Related Questions