Search code examples
javaandroidandroid-studiozxingzbar

Are Zxing and Zbar the only scanners for android application development?


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


Solution

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

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