What I'm trying to do is launch the Zxing App when you push a button and open the native app, then take the resulting barcode number and place it in our database. Is it possible to do this with only having to open the app or do I need to actually create a Native App?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You won't be able to place the barcode in your own database without writing some code.
You can use the Zxing app from your own application using their
Please read this on 'scanning via intent' http://code.google.com/p/zxing/wiki/ScanningViaIntent Add the source code required to your project: Source code |
|||||
|