-1

I'm about to start working on some android development and was wondering after a lot of internet research that are:

Zbar and Zxing the only scanning tools out there that can be implemented into android apps is there no other way or getting a code scanner or any other methods of getting a scanner in ?

Also how do people find it adding Zbar and Zxing into android based projects,does it always work according to plan ?

Please let me know Thanks

Michael
  • 33
  • 8

1 Answers1

1

You can use the native Android detection API: https://developers.google.com/vision/?hl=en

https://search-codelabs.appspot.com/codelabs/bar-codes#1