Tag barcode-scanner

[Solved] Valid or invalid barcodes [closed]

It should be more like this because you have to input n times from the user: int n = myScan.nextInt(); int[] bar = new int[n]; for (int i=0; i<bar.length; i++) { int n = myScan.nextInt(); bar[i] = n; } I…

[Solved] Worklight 6.1 – Barcode Scanner Plugin

Yaniv thanks. The problem was in CaptureActivity library. After importing “Existing Android Code Into Workspace”, I should BUILD the project library. Then it create a directory – “D:\Users\MyUser\workspaceNew\CaptureActivity\bin\” with “captureactivity.jar” file in it. Thanks! solved Worklight 6.1 – Barcode Scanner…