[android-developers] Barcode Scanner Integration

2016-01-14 Thread Rajesha S G
Hello , I am an android developer from Bangalore , I purchased an android handheld device which has the built in Barcode Scanner hardware which will be useful for the project what we doing. The problem we are facing is we need to start the barcode scanner from inside of our android application

[android-developers] barcode scanner on android emulator

2013-05-13 Thread asma rezgui
hi , does anyone know how to add barcode scanner to android emulator. i want to test this fonctionnality on emulator and i have added the zxing library to my project but it didn t work, i don't know if there is another method to do that. i have followed many tutorials but without result , please

[android-developers] Barcode Generator

2013-05-05 Thread sree android
Hi In my App i read numbers from web application using webservices,using those numbers i need to generate barcode images.How it is possible. Please give me any idea or explain steps for do this. Thank you in Advance. -- -- You received this message because you are subscribed to the Google

[android-developers] Barcode Scanner app

2012-10-31 Thread askl
*Please give me some option.* *How to develop a barcode scanner app.* -- 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

Re: [android-developers] Barcode Scanner app

2012-10-31 Thread Sachin K Poddar
A lot of examples could be found if you have tried to google it. Integrate ZXingin your project. See http://code.google.com/p/android-quick-response-code/ On 11/1/2012 9:48 AM, askl wrote: *Please give me some option.* *How to develop a barcode scanner app.* -- You received this message

[android-developers] Barcode scaner

2012-07-17 Thread vaibs malviya
Hy I m working with bar code reader. i have Samsung gelexy y android device. i read success fully bar code and qr code available on internet. but when i read read barcode on live product or real barcode it's not working. I use Zxing in my apps. Any one know about that.please replay me --

[android-developers] Barcode and Sql (database)

2012-06-12 Thread Osman EKİZ
Hello! I am Osman in Turkey and I am Highschool student. I want to learn barcode system.However, I want to pull the data with sql. Together, I need to do project. First, I read the data barcode device and this data with database data check. If data is existing and I want to see Android device

[android-developers] Barcode Scanning application can't create .apk instead it creating .jar

2012-02-22 Thread Aadi Rockzz
Hello..,, I create an application by integrating Zxing Package but i don't get .apk file i am getting myApplication.jar instead of myapplication.apk How can i resolve this issue Please Help me. Thanks Aadi R -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Barcode and rest integration

2011-12-06 Thread venugopal reddy
hi friends, I developed Bar code application and i developed separate rest application. Now I have one doubt.. Using bar code application am getting information , I want to send this information through rest web services to another framework (drupal 7.0 frame work). How Can I solve this

Re: [android-developers] Barcode and rest integration

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 2:28 AM, venugopal reddy venugopal.re...@tspl.comwrote: Now I have one doubt.. Using bar code application am getting information , I want to send this information through rest web services to another framework (drupal 7.0 frame work). Developing the app and the rest

[android-developers] Barcode reader app in android

2011-11-28 Thread Ali Rangwala
Dear All, we have been trying to build a Barcode reader app in Android.. we got a SDK/open source code of Red Laser however it doesnt seem to work well. If any of you have developed similar app and would not mind to share the code snippet and technical details of making a basic barcode reader

[android-developers] barcode scanner not launching

2011-09-30 Thread leigh8347
im having a little trouble with my app i want the barcode scanner to open on the click of a button(scan1), scan barcode, and return details to a edittext (barcode1). here is what i have so far.. package com.android.app; import android.app.Activity; import android.content.Intent; import

Re: [android-developers] barcode scanner not launching

2011-09-30 Thread Mark Murphy
I suggest using their IntentIntegrator, as I did in this somewhat-old sample project: https://github.com/commonsguy/zxingdemo Also, delete your intent-filter -- *you* are not *implementing* an activity supporting com.google.zxing.client.android.SCAN. You are *consuming* an activity from the

[android-developers] barcode scanner - displaying info

2011-09-26 Thread leigh8347
hello im having a bit of trouble displaying the results of a bar code scan in a EditText box please can you help here is what i have package com.android.app; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import

[android-developers] Barcode scanning in android App

2011-04-20 Thread manu
Hello Friends, I wanted to implement bar code scanning feature in App and then use that for searching products. Can you please share relevant helpful information? Thanks, Manu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Barcode scanning in android App

2011-04-20 Thread Marcin Orlowski
Can you please share relevant helpful information? http://code.google.com/p/zxing/ Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook

[android-developers] Barcode Reader and Soft Input

2010-12-28 Thread Kai Sam
Hello together, I use an Opticon OPN-2002 which I have configured as an HID device (keyboard). The SPP application crashes with a NullPointerException, hence it's useless and I do not want to wait for an update. Long story, short meaning: The problem is, that I still need the soft keyboard for

[android-developers] Barcode

2009-11-14 Thread Paul Townsend
Hi 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. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Barcode

2009-11-14 Thread Mark Murphy
Paul Townsend wrote: Hi 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. Here are two possibilities: 1. You store on the phone the barcode as an alphanumeric value

Re: [android-developers] Barcode

2009-11-14 Thread Paul Townsend
Humm hoping there were barcode fonts or something, I wanted to create a barcode from a number that you store into the app. I could do the web service thing I just didn't want it to be an image although the generated one will be of high quality so will scan fine. 2009/11/14 Mark Murphy

Re: [android-developers] Barcode

2009-11-14 Thread Mark Murphy
Paul Townsend wrote: Humm hoping there were barcode fonts or something, I wanted to create a barcode from a number that you store into the app. I could do the web service thing I just didn't want it to be an image although the generated one will be of high quality so will scan fine. Well,

Re: [android-developers] Barcode

2009-11-14 Thread Paul Townsend
Ok thanks for your help, I would only need the code 39 one its for a Parkrun barcode and they use just a standard barcode but in the interest of space prob the web service is the way to go on android. 2009/11/14 Mark Murphy mmur...@commonsware.com Paul Townsend wrote: Humm hoping there were

[android-developers] Barcode Library?

2009-02-04 Thread JLMG
Is there a barcode library that will let my app scan barcodes? Pointer please? Thanks! --~--~-~--~~~---~--~~ 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] Barcode scanning through the camera

2009-01-01 Thread Timothy DeWees
Can anyone point me to a library or something where I can get an idea on how to accomplish scanning barcodes with the camera? I'm getting feature request for an application I published that involve the use like what I describe above and I would love to see what I can work out. -- Kind Regards