Software Archive
Read-only legacy content
17061 Discussions

Android Application for QR Code Scanning

Ashwin_S_Ashok
Beginner
624 Views

Please help me in qr code scanning...

i tried to use zxing library..

bt there is a lot of problems..for that library..

i need to scan the qr code...inside..my application and i need to scan it without effecting my applications ui.

that is scanning should be done at a small section of my ui..

this cant be done using zxing library...

so somebody please help..me in this..

this is very urgent..and i need..experts...help..

if somebody have any library or code other than zxing...please help..me immeadetly..

0 Kudos
4 Replies
Alexander_W_Intel
624 Views

Hi,

I've seen some recommendations for ZBar which should be much easier to work with than zxing library. If you give it a try, let me know if it worked for you or not :-).

Thanks,
Alex 

0 Kudos
Ashwin_S_Ashok
Beginner
624 Views

Thank u..Alexander Weggerle (Intel)..

but i am thinking of creating a new class for scanning qr code...

please...help meif u are having such code..

0 Kudos
Ricky_J_1
Beginner
624 Views

Alexander Weggerle (Intel) wrote:

Hi,

I've seen some recommendations for ZBar which should be much easier to work with than zxing library. If you give it a try, let me know if it worked for you or not :-).

Thanks,
Alex 

Yes, this is right, been using this idea too.

0 Kudos
Ramith_H_
Beginner
624 Views

I suggest you to use a html5 qr code reader like this http://github.com/dwa012/html5-qrcode

I think you can embed it in your app..

0 Kudos
Reply