Developer Edward S. has converted part of the ZXing bar code scanning library to Delphi XE8 Firemonkey. The Zebra Crossing (ZXing) library is a well known open source bar code scanning libary and there are a few different ways you can use it’s static and dynamic libraries with Delphi. However, the ZXing.Delphi library is native object pascal and there is no other libraries you have to include to make it work. It utilizes the built in Firemonkey camera component as well. ZXing.Delphi works on Android, IOS, OSX, and Windows. Currently the Delphi version of the library only supports the 1D Barcode (Code 128) type but the original ZXing library supports a lot more. Edward is asking for contributors to translate the Java or C# code for other types of barcodes from the ZXing library to the Object Pascal version of the library. The code should also work with Appmethod.
Head over and download the full source code to the ZXing.Delphi library for Delphi XE8 Firemonkey from Github.