1

I need to know whether Codename One supports zxing. If not, Is there any other way to scan the QR code with Codename One? I need to use this on both android and iPhone. Is it possible with Codename One?

bharath
  • 14,283
  • 16
  • 57
  • 95

2 Answers2

3

We intend to add support for that relatively soon. If you have specific requirements please open an issue/RFE, we tend to promote RFE's from community members faster.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • Thanks shai. I posted my [requirement here.](http://code.google.com/p/codenameone/issues/detail?id=170) – bharath Apr 20 '12 at 06:53
0

here is a working example how to use within via native calls.

there's also a class for scanning barcodes (javadoc). You could find a usage example here.

Megachip
  • 359
  • 3
  • 13