A really, and I mean really, dumb quick barcode scanner for eBay Android. You scan a UPC or barcode or ISBN or whatever, it looks it up on eBay with "Sold Listings" checked.
That's it. That's all it does.
Don't believe the prices for sale without "Sold Listings" checked. The price of what was sold recently is the only thing that matters.
Wish there was a way to do that without this app without tapping a lot? Me too. But there isn't. So here we are.
It's just a single Activity. The activity calls out to Google Code Scanner to scan the barcode. It then launches an Intent to open the eBay app with the search results or if you don't have the eBay app installed, it opens the eBay website in a browser.
Bind it to a button or a gesture in the OS to launch the app. Scan a barcode. It'll open the eBay app or website with the search results. I have mine bound to tap on back. It's not permanent so if I want to use that for something else, I can in the future.
