I am developing a simple barcode scanner app which scans a barcode and displays the product info.
Using Zbar library I am able to scan barcode and get the GTIN (barcode number) for any product.
How can I convert the scanned barcode data to actual product information that I can display to the user? Is there some API or library available to accomplish this?