Skip to main content

Barcode scanner application which sends result to a PHP application [closed]



I'm not sure that this is the right place to ask this, but I'm going to give it a try. I'm looking for an application that can read a barcode and then send the code to another application. The second application is a PHP one, an e-commerce website. The first application, the one that reads the code, can also be an iOS or Android application, I don't mind.





Long story short I need an application that scans a barcode and then sends the result to a PHP application.





Did any of you happen to use something like this before?





Thank you.


Comments

  1. Check out this Sorceforge project: http://zbar.sourceforge.net/

    It's an open library to read and parse barcodes. They also offer APIs for iOS/Linux.

    See the discussions about Android support here http://sourceforge.net/projects/zbar/forums/forum/664596/topic/3750726 and Has anyone built ZBar using the Android NDK?

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?