Simple demo app of the ZBar library. Using the app you can:
* Scan EAN/UPC codes and link to web sites that perform product searches. Links to Google, Amazon and the Internet UPC Database are predefined.
* Scan QR codes containing URLs and link directly to the web site.
* Scan QR codes containing an E-mail address and send mail.
* Scan a UPS or FedEx tracking number and link to the package tracking web page.
* Maintain a simple list of scanned barcodes.
* Send an E-mail containing a single barcode or your entire list of scanned barcodes.
* Cut and paste barcode data into other apps.
added: 2010-10-29
Rating: +14
wikiHow article reader
added: 2010-10-29
Rating: +9
Adjustable strobe light using the iPhone 4 camera flash.
added: 2010-08-12
Rating: +12
This is a implementation of zenfolio web services for iPhone and iPad. Just a starting implementation, developers are welcome to contribute to make a real good application based on zenfolio apis.
added: 2010-08-09
Rating: +14
Business contact directory. This project is for developers using Jigsaw to write iPhone and iPad apps. It supports REST. The project also envisions support for on device object persistence using SQLite.
added: 2010-08-09
Rating: +9
This project showcases different transport formats and libraries to consume web services from an iPhone application. It features a server application, a command-line script that saves the output of the server application in different formats, and an iPhone client application (compatible with iPhone OS 3.0 and higher).
The server application (written in PHP) reads a MySQL database (Server/data/schema.sql) and outputs data in the following formats:
HTML, JSON, YAML, XML (arbitrary format), SOAP, Property list, Binary property list, XML property list, CSV, Protocol Buffer (Google)
For each output format, there is a single “Formatter” subclass in the Server/formatters folder. A static method in the FormatterFactory class returns the formatter that corresponds to the requested output format.
added: 2010-06-30
Rating: +9