mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
it into the detailed format the iPhone's Address Book API wants, we punt a bit and instead just break it into multiple pieces, each on a separate line, and store that as the 'street' part of the 'Home' address for the contact we're creating. That way, at least the information is captured rather than lost, and the user can sync it to their computer, copy-and-paste it into the appropriate fields, and then sync it back to the iPhone. Not idea, but better than nothing, which is what we had before. git-svn-id: https://zxing.googlecode.com/svn/trunk@589 59b500cc-1b3d-0410-9834-0bbf25fbcc57 |
||
---|---|---|
android | ||
bug | ||
core | ||
cpp/core | ||
iphone | ||
javame | ||
javase | ||
rim | ||
zxingorg | ||
AUTHORS | ||
build.properties | ||
build.xml | ||
CHANGES | ||
COPYING | ||
README |
Please refer to the project page for more information: http://code.google.com/p/zxing/ in particular: http://code.google.com/p/zxing/wiki/GettingStarted To get started, you can try building and running the command-line client; you will need to have Apache's Ant tool installed to run this: ant -f core/build.xml ant -f javase/build.xml java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]