Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Fast Codescan icon

Fast Codescan


AppDesigners.de
2.1
  • COMING SOON
    Update date
  • Everyone
  • 2.3
    Android OS

About Fast Codescan

Almost code scanning Allows u to Easily scan QR codes and bar codes without external apps

Fast Codescan allows you to easily scan QR Codes and Barcodes. The scanned Code can be automatically used to be copied to the clipboard or to open a website. It also can be used to call an url in background. This allows you to utilize this app as an extension to your own webservice for reading and evaluation QR Codes or Barcodes. For example you can setup your Webserver for listing to URL: http://myscanurl.com/1234 and print this as an QR Code. Then start the Fast Codescan and set it to "Call Url" every time the QR Code is scanned. If the mobile is connected to the internet the mentioned Url will be called in background and you can count how often that QR Code was scanned. If you think further you can use this functionaltiy for more than just counting.

New Feature for Developers: App can be controlled from another App:

Call:

Intent intent = new Intent("de.appdesigners.android.gms.appbridge.vision.barcodereader.BarcodeCaptureActivity");

intent.putExtra("strIsCallback", "1");

startActivityForResult(intent, 777);

Response:

private String m_strQRCode = "";

public void onActivityResult(int requestCode, int resultCode, Intent intent) {

if (requestCode == 777 && resultCode == RESULT_OK) {

m_strQRCode = intent.getStringExtra("strResultCode");

}

}

Show More

Additional APP Information

Latest Version

2.1

Requires Android

2.3

Available on

Content Rating

Everyone

What's New in the Latest Version 2.1

Last updated on Feb 12, 2019

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Show More

Fast Codescan Screenshots

Fast Codescan posterFast Codescan screenshot 1Fast Codescan screenshot 2Fast Codescan screenshot 3Fast Codescan screenshot 4Fast Codescan screenshot 5Fast Codescan screenshot 6

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.