Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to use ZXing with codename one? #170

Closed
codenameone opened this issue Mar 27, 2015 · 12 comments
Closed

Need to use ZXing with codename one? #170

codenameone opened this issue Mar 27, 2015 · 12 comments

Comments

@codenameone
Copy link
Collaborator

Original issue 170 created by codenameone on 2012-04-20T06:51:53.000Z:

I need to use ZXing with Codename One. I need to scan the QR code using ZXing. I will develop this application on both Android and iPhone. How to do this one? Is it possible?

@codenameone
Copy link
Collaborator Author

Comment #1 originally posted by codenameone on 2012-04-20T06:54:42.000Z:

We intend to add this functionality in the coming month. If its urgent we can push it forward.

@codenameone
Copy link
Collaborator Author

Comment #2 originally posted by codenameone on 2012-04-20T06:58:27.000Z:

Yes. Its urgent work. Need to start this application quickly.

@codenameone
Copy link
Collaborator Author

Comment #3 originally posted by codenameone on 2012-04-20T20:08:05.000Z:

Great news guys, thanks!. I have use cases for this as well and had done some preliminary efforts, I'll hold off now and just wait.

You can probably merge this with rfe issue 130.

@codenameone
Copy link
Collaborator Author

Comment #4 originally posted by codenameone on 2012-04-21T06:04:31.000Z:

You are probably better off using ZXing on the server-side for now. Take the picture, and send it to the server for decoding with ZXing. They have an outdated J2ME port of ZXing, which you can embed into your Codename-1 project. It will probably take some tweaking in order to get it to work.

@codenameone
Copy link
Collaborator Author

Comment #5 originally posted by codenameone on 2012-04-21T07:20:43.000Z:

I considered that, but it's a terrible user experience. If you've tried any of the qrcode scanners on Blackberries, even on the latest ones, you'll know what I mean. I've already been testing ZXing on J2ME and it works quite well on my Symbian device.

@codenameone
Copy link
Collaborator Author

Comment #6 originally posted by codenameone on 2012-04-23T11:59:45.000Z:

As a stopgap measure I implemented this using the native interfaces (in SVN).
I'm leaving the RFE open since I would like to integrate this directly into Codename One.
http://codenameone.blogspot.com/2012/04/code-of-zebra-zxing-on-codename-one.html

@codenameone
Copy link
Collaborator Author

Comment #7 originally posted by codenameone on 2012-04-23T15:12:58.000Z:

Thank you Shai. Good effort. :)

@codenameone
Copy link
Collaborator Author

Comment #8 originally posted by codenameone on 2012-04-24T11:27:41.000Z:

I want to implement zxing as native app inside my application instead of asking user to download it from internet, have done this in lwuit for android how can i do thje same using codename 1

@codenameone
Copy link
Collaborator Author

Comment #9 originally posted by codenameone on 2012-05-07T06:49:40.000Z:

Issue 130 has been merged into this issue.

@codenameone
Copy link
Collaborator Author

Comment #10 originally posted by codenameone on 2012-11-06T12:12:36.000Z:

This will be updated as part of the next update with a new CodeScanner API allowing for barcode/QR code scanning. On iOS we don't use zxing since it only supports QR codes and not barcodes on that platform, instead we use zbar which works for both.

@codenameone
Copy link
Collaborator Author

Comment #11 originally posted by codenameone on 2012-11-19T06:48:55.000Z:

I have tried this on Android where when I am canning without any preloaded Scanner then I am getting NuLLPointerException whereas when I installed the scanner it worked perfectly.

@t-my
Copy link

t-my commented Sep 21, 2015

I also use zbar. Can you confirm it works with Codename One?

@codenameone codenameone removed their assignment Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant