Thanks everyone. I also just discovered the Concepts page and the Glossary page on AI2. For instance, I've just learned what "event handlers" are, and it helps. Still don't know how to use an API or JSON data, but I'm getting there. If anyone is reading this going, "Oh, man, this is SO easy, I wish I could just tell him how to do this," feel free, although I'm eager to start making a bunch of apps primarily for me and my family to use, so I've GOT to learn it eventually.
But here's what I'm working on. And SteveJG, you were helping me before on this, but that thread appears to have gotten closed down. Anyway, I've created the very basics so that on the Designer screen I have a "Scan" button and a few text boxes. And when I load it onto my phone, I push the scan button, I can scan a barcode (say of a can of soup), and it returns and displays the 9(?) digit number listed at the bottom of the barcode. The next step I need to figure out is how to get the app to look up that barcode, find its description, and return
that information into (what I will call) a text box
and a list/database so that I can scan 2 or 3 or 4 items, store them temporarily, then push another button that is labeled something like "Look up" and will cause the app to do a google search for partcular returns using those items.
For instance, I'm into model airplanes. So let's say I want to scan the barcode of some balsa wood, super glue, and x-acto knife blades. Then I want to do a google search for hobby shops, and only hobby shops, that sell all those items. Scan, store and display description for item 1; repeat for item 2; etc. Look up, display results. Anyone feel like walking me through it?