Re: [android-developers] Re: Read Barcode

2010-11-15 Thread Marcin Orlowski
On 15 November 2010 09:28, John-Z80 wrote: > The best way is to install the BarcodeScanner application from google BarcodeScanner is ZXing Team's not google -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: Read Barcode

2010-11-15 Thread John-Z80
The best way is to install the BarcodeScanner application from google (it's free on the market), then you can call it with an Intent, and get the results back in a String. Something like: Call the QRCOde: Intent intent = new Intent("com.google.zxing.client.android.SCAN"); i