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.
Asked
Active
Viewed 134 times
0
-
Maybe this helps: http://stackoverflow.com/a/29514124/2960788 – Christopher Aug 04 '15 at 14:08
1 Answers
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:

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