APK.GOLD
Apk files for Android
Short info
In general apk file Easy Barcode Scanner has rating is 7.9 from 10. This is cumulative rating, most best apps on google play store have rating 8 from 10. Total reviews in google play store 54. Total number of five star reviews received 35. This app has been rated like bad by 10 number of users. Estimated number of downloads range between 5,000+ in google play store Easy Barcode Scanner located in category Tools, with tags barcode and has been developed by Magic Len. You can visit their website https://magiclen.org/ or send len@magiclen.org to them. Easy Barcode Scanner can be installed on android devices with 5.0(Key Lime Pie)+. We provide only original apk files. If any of materials on this site violates your rights, report us You could also download apk of Google and run it using android emulators such as big nox app player, bluestacks and koplayer. You could also download apk of Easy Barcode Scanner and run it on android emulators like bluestacks or koplayer. Versions of Easy Barcode Scanner apk available on our site: 2.0.9, 2.0.4, 2.0.3. Last version of Easy Barcode Scanner is 2.0.9 was uploaded 2018/18/06
Screenshots of Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
  • Easy Barcode Scanner
Description of Easy Barcode Scanner (from google play)

"Easy Barcode Scanner" is a simple barcode scanner based on zBar Reader. The zBar Reader is implemented by C code so that it has high performance. With zBar, Easy Barcode Scanner can support QR Code, EAN-8, EAN-13, UPC-E, UPC-A, ISBN-10, ISBN-13, Interleaved 2 of 5, DataBar, DataBar Expanded, Codabar, Code 39, Code 93、Code 128 and PDF417. Data Matrix is supporting now, too.

"Easy Barcode Scanner" allows you to use any angle of camera and device to scan barcode, and you don't have to put barcode at the center of your camera. Becides, you can touch the camera preview to focus to a object, zoom in or zoom out. If you want to change your camera, only ONE click you need to do.

For Android Developer, you can use this Android SDK code below to scan barcode for your app:

final Intent intent = new Intent("org.magiclen.barcodescanner.SCAN");
final List list = getPackageManager().queryIntentActivities(intent, PackageManager.MATCH_DEFAULT_ONLY);
if (list.size() > 0) {
intent.putExtra("SCAN_MODE", "QR_CODE_MODE"); // Can also use PRODUCT_MODE, SCAN_MODE, QR_CODE_MODE
startActivityForResult(intent, 0);
} else {
// You may ask your user to install Easy Barcode Scanner
}

To get the scanning result, you must override onActivityResult method:

public void onActivityResult(final int requestCode, final int resultCode, final Intent data) {
if (requestCode == 0) {
if (resultCode == Activity.RESULT_OK) {
final String result = data.getStringExtra("SCAN_RESULT"); // Get scanning result
final String type = data.getStringExtra("code_type"); // Get code type
} else {
// Not scan any code yet
}
}
}

Moreover, if you want to generate a QR code you can use this Android SDK code below:

final Intent intent = new Intent("org.magiclen.barcodescanner.ENCODE");
final List list = getPackageManager().queryIntentActivities(intent, PackageManager.MATCH_DEFAULT_ONLY);
if (list.size() > 0) {
intent.putExtra("ENCODE_DATA", "Put some string you want to encode");
startActivity(intent);
} else {
// You may ask your user to install Easy Barcode Scanner
}

If you have further interest in this app, you can check out our website at: https://magiclen.org/

Version history Easy Barcode Scanner
New in Easy Barcode Scanner 2.0.3
Support to Android 6
Please rate this app
More info
Apk file Easy Barcode Scanner has several variants, please select one
Other Easy Barcode Scanner APK versions for Android
Best android apps by
Popular android apps