Ok, so I'm trying to write an Android program for a project for school, I figured out how to use Intents for scanning, but as soon as I find a product, how do I get this information in my application? For example, let's say that I get information from upcdatabase.com, I would just add the barcode number to the end of the URL, but then, how did I draw this data? The same with Google search, how would I draw the data and image of an element in the application?
James source
share