I'm working on a small Netflix Queue app- I want to add support for
scanning barcodes, and having the app use the UPC to look up the movie
and add it to your queue. Most of my requirements are outside the
scope of the Zxing project, but it would be nice to have some lookup
libraries available (for instance, a method I could use that looks up
the UPC code in the upcdatabase, or return a top result on
amazon.com). This would probably fall under the category of an
auxiliary library, as there's no reason to package this in core. But
it's reasonable to assume that most people who are scanning barcodes
with zxing are looking something up, and a few helper classes (beyond
launching a browser using a upc-ified url) would probably go a long
way:D