0

Basing on this tutorial, I made an app for reading QR codes. However, this app requires com.google.zxing.client.android installed. Is there any way to add this package to my app so that I won't have to install Google reader? I found com.google.zxing package at Maven but id didn't contain necessary components.

user3855877
  • 99
  • 1
  • 1
  • 11

1 Answers1

0

There are few library projects that use ZXing library and provide ability to use QR code within your application.

You can try one of these:

https://github.com/dm77/barcodescanner

https://github.com/dlazaro66/QRCodeReaderView

Sharjeel
  • 15,588
  • 14
  • 58
  • 89
  • Thanks a lot. The second link was helpful for me. At first I got stuck cause I didn't know how to attach this project to my one but eventually it started working. – user3855877 Aug 05 '15 at 07:15