0

I am trying to create a QR code scanner using zxing library in my android application, i am able to create project by making zxing application as a library and add to my application as library, but for this to happen we need the application to be installed zxing appication to be installed, is there any possibility to use the library as jar file and acess scanner intent without library.

Thanks & Regards. Nagendra.

nagendra
  • 161
  • 1
  • 1
  • 12
  • Hope the below link helps http://stackoverflow.com/questions/19268159/zxing-2-2-import-as-a-library-projectnot-jar-in-eclipse – Santosh Apr 05 '14 at 06:31

1 Answers1

0

Use ZBar, it's so much simpler to use. http://zbar.sourceforge.net/ BTW it also supports iOS

alexandrius
  • 1,097
  • 1
  • 10
  • 21