code for scan a QRCode image and upload to server in j2me

I created a code for upload a image to server image taken resource file.

But now I want code for scan a QRCode image and upload to server in j2me.

Upvotes: 2

Views: 910

Answers (1)

bharath
bharath

Reputation: 14463

Use ZXing for scanning the QRCode in Java ME. For more info, refer this article.

Note: Codename One is a framework for developing Java ME applications. You can easily developing the QRCode application by using Codename One.

Upvotes: 3

Related Questions