Re: [android-developers] Re: Using barcode scanner as input method?

2010-07-30 Thread for android
Don't you guys think that BarCode reading should be part of a the SDK itself,instead of everyone creating their own kind of implementations???Thoughts? On Mon, Jun 28, 2010 at 10:13 AM, Brad Gies rbg...@gmail.com wrote: What's the problem you are having? The Zxing barcode scanner returns the

[android-developers] Re: Using barcode scanner as input method?

2010-06-27 Thread brucko
On Jun 17, 12:44 am, PinkSharK senghouth.h...@gmail.com wrote: +1, I am also interested in it. I have installed two of the first free applications from the Android Market listed when looking for barcode:BarcodeScanner from ZXing Team and pic2shop by Vision Smarts. Unfortunately, both do not

Re: [android-developers] Re: Using barcode scanner as input method?

2010-06-27 Thread Brad Gies
What's the problem you are having? The Zxing barcode scanner returns the barcode to your app... and you only need to put where you want it. On 27/06/2010 9:39 PM, brucko wrote: On Jun 17, 12:44 am, PinkSharKsenghouth.h...@gmail.com wrote: +1, I am also interested in it. I have

Re: [android-developers] Re: Using barcode scanner as input method?

2010-06-22 Thread Chi Kit Leung
Depend on also your cams quality. On Tue, Jun 22, 2010 at 8:40 AM, brucko geoff.bruck...@gmail.com wrote: I'm not sure what the question is here, but barcode scanner usually reads the barcode in less than a couple of seconds - depending on focus, and how steady your hand is. In my limited

[android-developers] Re: Using barcode scanner as input method?

2010-06-21 Thread brucko
I'm not sure what the question is here, but barcode scanner usually reads the barcode in less than a couple of seconds - depending on focus, and how steady your hand is. In my limited experience, I have had few problems with it. The app is not usually present on phones and needs to be downloaded

Re: [android-developers] Re: Using barcode scanner as input method?

2010-06-20 Thread zx su
My Barcoder scanner doesn't work. How long did it scanning the 2D barcoder? 2010/6/19 brucko geoff.bruck...@gmail.com Do not tell me I have to develop an application from scratch to get this... OK. I wont :) ... and you don't. You can launch the barcode app with an Intent using

[android-developers] Re: Using barcode scanner as input method?

2010-06-19 Thread brucko
Do not tell me I have to develop an application from scratch to get this... OK. I wont :) ... and you don't. You can launch the barcode app with an Intent using startActivityForResult(). You will get back a result with Extras that will have the barcode content - and also I believe the barcode

[android-developers] Re: Using barcode scanner as input method?

2010-06-18 Thread PinkSharK
+1, I am also interested in it. I have installed two of the first free applications from the Android Market listed when looking for barcode: Barcode Scanner from ZXing Team and pic2shop by Vision Smarts. Unfortunately, both do not allow this simple feature: scan a barcode using the camera to put