[android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread akanit supatawaraporn
I want to do like you. If so, please tell me. 

On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote:

 Does anyone know how to add a scan barcode button to a webpage like
 google has in the shopping page?  I am wanting to allow my clients
 using a droid phone to press the button scan a barcode and post the
 data back into my webpage.

 any suggestions?

 thanks JB



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread James Black
You will probably need to just upload the info to your server.
On Apr 12, 2012 4:30 AM, akanit supatawaraporn aka...@gmail.com wrote:

 I want to do like you. If so, please tell me.

 On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote:

 Does anyone know how to add a scan barcode button to a webpage like
 google has in the shopping page?  I am wanting to allow my clients
 using a droid phone to press the button scan a barcode and post the
 data back into my webpage.

 any suggestions?

 thanks JB

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: add a scan barcode button to my webpage

2010-02-17 Thread Streets Of Boston
I just link to Google's charting site:

http://chart.apis.google.com/chart?cht=qrchs=135x135chl=market://search?q=pname:com.streetsofboston.smugdroid.snapfx.paid

This link generates a PNG image of 135x135 pixels.

Replace the package name (value after 'pname:') with your own package
name. Make it the value of the 'src' attribute of an img tag and
you're all set.

On Feb 17, 8:59 am, JB jeff.benton.r...@gmail.com wrote:
 Does anyone know how to add a scan barcode button to a webpage like
 google has in the shopping page?  I am wanting to allow my clients
 using a droid phone to press the button scan a barcode and post the
 data back into my webpage.

 any suggestions?

 thanks JB

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en