Where can I find good 2D-code library for Java ME? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this开发者_JS百科 questionDo you know any good library for Java ME?
Application from http://www.i-nigma.com/ works very well, but there is not too much information on this website.
Of course I found http://qrcode.sourceforge.jp/ but compared to above its really mediocre.
I need this library to read 2D-code and then decrypt cipher. Library can be commercial.
ZXing has a (slightly old) J2ME implementation, but one that should still work just fine. It is free and open source.
See http://code.google.com/p/zxing/source/browse/trunk#trunk/javame
i-nigma's contact page is at http://www.i-nigma.com/ContactUs.html
精彩评论