Android :: Bar Code Scanner App?
Jun 29, 2010
Is there a bar code scanner app that will really list stores that carry the item, price etc? i have tried 4 so far, non will. they search web sites. a friend who has an iphone says hers will do it, but didn't offer to demonstrate.
View 5 Replies
Apr 21, 2010
Whats this i hear of a bar code scanner? does it come out of the lens ? I have no idea what it is. I'm coming from an Lg Dare so can someone help this smartphone NOOB.
View 5 Replies
View Related
Jul 16, 2010
Any recommendations for a good bar code scanner?
View 3 Replies
View Related
Sep 17, 2010
I am a beginner to android. I am building an application to work with QR code.i downloaded the source code for zxing1.5 from the link http://code.google.com/p/zxing/downloads/list. When i try to load application with different devices i found that the framing rectangle to be in various sizes in different place,unfit to the device.
View 1 Replies
View Related
Oct 27, 2010
I am looking for an app for a bar code scanner. Can someone recommend one and tell me where to find it? Preferably a free one.
View 4 Replies
View Related
Apr 7, 2010
What's the Best bar code scanner app (Free or Pay ) for the moment?
View 14 Replies
View Related
Mar 13, 2014
I am looking for an scanner engine to Read and Write QR code or barcode. On either a tablet or mobile phone.
View 1 Replies
View Related
Feb 15, 2010
What is the best bar code scanner app to work with Shop Savvy?
View 4 Replies
View Related
Sep 27, 2010
When I run the following line of code:
MediaScannerConnection scanner = new MediaScannerConnection( this, null );
scanner.connect();
scanner.scanFile( szFinalFileName, null ); //<---crash here
I get a crash and this message in the console window:
09-26 14:47:44.074: ERROR/MediaScannerService(10288): Failed to delete file /data/data/com.android.providers.media/pause_scan
does anyone have any ideas why this isnt working and what i can do to fix it?
View 1 Replies
View Related
Jan 24, 2010
I have downloaded the Barcode Scanner app from ZXing team.Have tried to scan 10 items no luck. Same app works fine on Samsung Moment.
View 17 Replies
View Related
Aug 16, 2010
I have Jot Not for iPhone which does a great job of scanning documents, white boards, etc. and putting them into a multiple page PDF.
View 8 Replies
View Related
Dec 14, 2009
if theres an app for this or anything in the works? My and i usually like to go mess around with some other dub owners around the island and he keeps the police scanner app out. its saved our butts a few times and would be awesome to have on my droid.
View 35 Replies
View Related
Apr 9, 2012
I would like to program or build a QR scanner for Android. However, I know nothing about programming so I would need a step by step instruction.
I have sucessfully used MIT App Inventor to make a QR scanner, however I want to add features. As far as I can see, I cannot output sourcecode in App Inventor, so I'm unable to edit the parts I want to.
Basically I want to change the filters and colours of an image before it gets sent to a QR reader. The QR reader could use live capture from a camera or just stills. I only need a proof of concept, so it does not need much else.
I'd probably get as far as installing Eclipse, and starting a project. But so far I have no idea what to do with source code, or how to add the feature I require.
View 1 Replies
View Related
Jan 12, 2010
DL 2 different scanners, barcode scanner and shopsavvy. Neither one works worth a darned. Have tried different items usually common ones i.e. a case of Mtn. Dew. It chokes and says it can't find a retailer. Seriously?! If it can't find even a simple case of pop which hundreds of retailers have, that's pathetic!! Has anyone found a real BC app that has actual products and works?
View 49 Replies
View Related
May 19, 2010
My wife and I have droids, however new to droid and she was using calorie counter to do her grocery shopping as it had a scanner function that would tell her how many points the item is while shopping. Calorie counter removed that function and my wife is looking for a replacement. I apologize if i duplicated a prior post.
View 2 Replies
View Related
May 5, 2010
I'm a Legend user. I've downloaded brightbuyr/shopsavvy and each time, it says that the application needs Barcode Scanner. It then can't find it on the Market at all! Does anyone know where I can get Barcode Scanner from? Eek!
View 4 Replies
View Related
Nov 17, 2009
I am writing an application that needs the ability to scan barcodes. I know that the ZXING Library can be used for this but I can't find a resource only that has a tutorial on how to use this library in your app. I want to be able to install my app and if the ZXING library isn't installed maybe install it too?
View 3 Replies
View Related
Sep 26, 2010
I sifted through some threads but didn't find anything on this. I'm including the barcode Scanner app in my project instead of using intents. Before I start adding my code, I just tried compiling it and running it.
View 2 Replies
View Related
Sep 24, 2010
I have Samsung Captivate and I downloaded bar code scanner. It supposed to read those square codes and bar codes. Well, I cannot get the camera to be focused perfectly on those squares or bars and the scanning never happens...am I doing something wrong?
View 16 Replies
View Related
Feb 12, 2010
Atrack dog application is telling me that there is a newer version of barcode scanner available. I have version 3.1 and it's telling me that version 3.11 alpha 1 is available. But I can't download the new version from anywhere!! How do I get the new version of barcode scanner?
View 4 Replies
View Related
Aug 5, 2010
I can go to radioreference.com on my pc and listen through the web players and all the audio is fine. I have tried multiple different scanners on my droid but all the audio is scrambled. I then went to both the m.radioreference and the non mobile radioreference from the droid and both of those audio feeds also sound scrambled.
View 10 Replies
View Related
Apr 29, 2010
So I'm working on a project, and I'm wondering if there is a way I can implement the barcode scanner into my android app? So it would go from my app, open the camera and take the "picture", get the info, and go back to my app with that info?
View 2 Replies
View Related
Apr 3, 2010
Looking for a scanner which I can scan product, them email it to wife, I have shop savy now and was in store, scanned product, couldn't send or describe to wife...
View 1 Replies
View Related
May 26, 2010
I'm developing sort of a wireless scanner, so I need to scan every X seconds. I know I should use WifiManager and startScan() to get the networks and then register a receiver to receive the event once the scan has finished. However I'm having problems when trying to figure out how to scan periodically. It's more like a design problem. My solution so far has been to create a Service which takes care of the scanning, besides the main Activity.
I think this is correct. So, how could I tell this Service to scan every X seconds? I've thought it may have a Thread object, call its Scan method during tart_services() and then take it to sleep. Also I thought I could just get rid of the Service and run the Thread from the main Activity, but then I guess it would die whenever the Activity is not visible. None of then seem like a really good solution to me, and I think there must be an easier way to do this.
View 6 Replies
View Related
May 24, 2010
Is it possible to use the barcode scanner as text input method instead of the keyboard when inputting into a text box on the web? Thanks
View 9 Replies
View Related
Mar 15, 2010
In a Android application I want to use Scanner class to read a list of floats from a text file (it's a list of vertex coordinates for OpenGL). Exact code is:
CODE:.................
It seems however that this is incredibly slow (it took 30 minutes to read 10,000 floats!) - as tested on the 2.1 emulator. What's going on?
I don't remember Scanner to be that slow when I used it on the PC (truth be told I never read more than 100 values before). Or is it something else, like reading from an asset input stream?
View 4 Replies
View Related
Nov 14, 2009
I just wondering if I wanted to display a barcode on my phone so that a scanner could scan it, ie like the reward cards apps, how would I go about creating the barcode in a view.
View 5 Replies
View Related
Nov 19, 2010
Is there any reason to have both of these? It seems Barcode Scanner also scans QR codes and Shopper doesn't, so is there anything Shopper does that BS doesn't do?I also already have the Amazon app, which can scan barcodes (but maybe just finds them only on Amazon?) and Goggles, which seems to do a Google search for them. Basically, I'm wondering what the best barcode scanner app is without having to juggle four different ones.
View 5 Replies
View Related
Jan 19, 2010
I am planning to develop an android application for scanning barcodes.The barcode scanner used would be a bluetooth device. When I scan a barcode using the bluetooth barcode scanner, the corresponding number of the barcode should be obtained in Android phone.Can this bluetooth barcode scanner application be perfectly implemented using Android 2.0 SDK? Are there any technical constraints currently with Android 2.0 SDK for implementing this?
View 2 Replies
View Related
Oct 8, 2010
Does anyone know of a barcode scanner app that will allow you to scan a picture of a barcode that is in your phone or SD card's memory, or allows you to scan a barcode in a browser? I feel like this is functionality that ought to exist, but I haven't been able to find one yet.
View 6 Replies
View Related