I am working with Appcelerator Titanium. I want to use Barcode Scanner in my app. On iOS platform, I found a module "Ti.Barcode-iPhone" open source. But, I want it for both Android and iOS platform. Where will I find it?
0
votes
1 Answers
2
votes
There are official modules by Appcelerator: https://github.com/appcelerator-modules/ti.barcode
Download the releases (there also is one for TiSDK 7.x) you need and then include them in tiapp.xml and then include easily:
var Barcode = require('ti.barcode');
Examples how to include are listed in the example directory per platform, like this one: https://github.com/appcelerator-modules/ti.barcode/blob/master/android/example/app.js