AppBrain Best Android Apps
AppBrain | Apps
  • Apps
  • Apps being viewed right now Hot apps today Most downloaded apps recently Most all-time downloaded apps Top rated apps
  • Statistics
  • Docs
  • Developers
  • Sign up
  • Log in
Android Apps > Tools > Easy Barcode Scanner
Easy Barcode Scanner icon

Easy Barcode Scanner

This is a very simple barcode scanner. There are no settings you need to handle.

by Magic Len
Download Easy Barcode Scanner APK from Google Play
Download Easy Barcode Scanner APK from Google Play
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Easy Barcode Scanner Screenshot
Apps being viewed right now

About Easy Barcode Scanner

Easy Barcode Scanner is a tools app developed by Magic Len. The APK has been available since October 2014. Easy Barcode Scanner has been downloaded 10+ thousand times.
It's currently not in the top ranks.
It's rated 2.80 out of 5 stars, based on 48 ratings. The last update of the app was on June 16, 2018. Easy Barcode Scanner has a content rating "Everyone".
Easy Barcode Scanner has an APK download size of 5127 kb and the latest version available is 2.0.9. Designed for Android version 5.0+. Easy Barcode Scanner is FREE to download.
Description
"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/
Show full description Hide full description
_default_only barcode camera code databar ean else encode_data final getpackagemanager int intent isbn onactivityresult qr_code_mode queryintentactivitie requestcode resultcode scan scan_mode scanner sdk string upc zbar

More data about Easy Barcode Scanner

Price
Free to download
Downloads
10+ thousand
Download estimate
Recent downloads
Rating
2.80 based on 48 ratings
Ranking
Not ranked
Version
2.0.9
APK size
5.01 MB
Number of libraries
3
Designed for Android
5.0+
Suitable for
Everyone

Download related apps

QR & Barcode Scanner
Gamma Play
90
Free
100,000,000+
QR & Barcode Reader
TeaCapps
92
Free
100,000,000+
QR Scanner & Barcode Scanner
Mobile_V5
89
Free
10,000,000+
QR Code Scan & Barcode Scanner
pickwick santa
75
Free
10,000,000+
QR Scanner: Barcode Scanner
Simple Design Ltd.
96
Free
50,000,000+
QR code reader&QR code Scanner
TWMobile
88
Free
100,000,000+
ShopSavvy - Barcode Scanner
ShopSavvy, Inc.
94
Free
10,000,000+
Lightning QR code scanner
Application4u
90
Free
10,000,000+

More from Magic Len

IP Viewer
Magic Len
0
Free
10,000+
Ant Text Creator
Magic Len
0
Free
1,000+
Text Hider
Magic Len
0
Free
1,000+
FetchIt - Socket File Transfer
Magic Len
0
Free
1,000+
MagicLen
Magic Len
0
Free
100+
FFmpeg CLI Professional
Magic Len
83
$0.99
100+

Google Play Rating history and histogram

14
4
4
4
19

Changelog

Show changelog

Developer information for Magic Len

Magic Len

len@magiclen.org

Website

len@magiclen.org

Are you the developer of this app? Join us for free to see more information about your app and learn how we can help you promote and earn money with your app.
I'm the developer of this app

Comments on Easy Barcode Scanner for Android

★★★★★ What lib you used for scan barcode from image? Pretty sure it's not ZBar as it could not decode Data Matrix. Do you have example how to use your services? Intent on how to scan image
★★★★★ This one works well, also from other apps which very few scanners do. It's also as free. A winner!
★★☆☆☆ Works ok, but what was the point of implementing Android 6's new permission system if you're just going quit the app if any are denied. It really shouldn't need access to contacts. Edit: to be clear the problem is that it asks for contact access when you open the app, not when you try to create a card.
★★☆☆☆ Doesn't work Won't scan barcodes on a Galaxy S6

Google Play Rankings

This app is not ranked

Permissions

Development tools
test access to protected storage
Your personal information
read your contacts, read your own contact card
Network communication
view network connections, full network access
Storage
modify or delete the contents of your USB storage
Hardware controls
take pictures and videos
System tools
prevent phone from sleeping

Technologies used by Easy Barcode Scanner

Ad network libraries

None found

Social libraries

None found

Development tools

jsoup: Java HTML Parser Android Library Iconjsoup: Java HTML Parser FasterXML Jackson Android Library IconFasterXML Jackson ZBar bar code reader Android Library IconZBar bar code reader
Show full tech info Hide full tech info
Apps other people are watching Apps on sale Top new apps Today's trending apps Popular Tools Apps
More like Easy Barcode Scanner:
QR & Barcode Scanner icon QR & Barcode Scanner
QR & Barcode Reader icon QR & Barcode Reader
QR Scanner & Barcode Scanner icon QR Scanner & Barcode Scanner
QR Code Scan & Barcode Scanner icon QR Code Scan & Barcode Scanner
QR Scanner: Barcode Scanner icon QR Scanner: Barcode Scanner
QR code reader&QR code Scanner icon QR code reader&QR code Scanner
ShopSavvy - Barcode Scanner icon ShopSavvy - Barcode Scanner
Lightning QR code scanner icon Lightning QR code scanner
AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • Unlimited pageviews (both app and developer details)
  • Recent install count per app (last 30 days)
  • Detailed ranking data per app
  • Recent install count per developer (last 30 days)
  • Full timeline per developer
  • Device market shares data per country
1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe
3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe
1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

More apps

  • Top Android apps being viewed
  • Carrier Hub
  • Tangled Snakes APK
  • Download HVAC Test Prep 2023 Ed

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • All-time Popular Apps

About AppBrain

  • Contact
  • Blog
  • Privacy
  • Documentation
  • Articles
  • Android App Marketing: Learn how to better market your Android app
© 2010-2023 - AppBrain