LIVE PREVIEWBUY FOR $19

QRcode Scanner | Android QR Code/Barcode Reader and Creator Application - 1
QRcode Scanner | Android QR Code/Barcode Reader and Creator Application - 2

Overview

QRcode Scanner is a good resolution for individuals who must shortly construct a cell app to learn QR codes and Barcodes, or simply generate your personal QR codes for private use.


download the demo APK of QRcode Scanner android template


* In case your gadget will present a Toast message saying “Can’t open file”, simply obtain the Astro File Supervisor app right here: https://play.google.com/store/apps/details?id=com.metago.astro&hl=en
and use it to put in the APK. This may occasionally occur due to new Android Safety choices *


iOS version of QRcode Scanner app


QRcode Scanner online Documentation


QRcode Scanner | Android QR Code/Barcode Reader and Creator Application - 3

Description

QRcode Scanner is a full-working template (UI + Supply Code) the place you may scan QR codes and Barcodes from any supply – like merchandise in a grocery store or on-line code generator web sites – preserve a historical past of scanned codes and create your personal customized QR codes (like Occasions, E mail or SMS messages, URL’s, Places, and many others.).

This software can learn the next QR code/Barcode sorts: EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Interleaved 2/5, Knowledge Matrix and Aztec.

The Settings display screen affords the chance to open kinks as quickly as they get scanned, play a beep sound and vibrate on scan, and preserve a historical past of scanned codes. You too can copy the e-mail deal with of the Admin to get in contact with him for any questions/suggestions.

The design is clear, code is commented and challenge folders and information are effectively organized within the bundle.

• Try the Options part beneath to see what this app does.
• Read the online Documentation to learn to configure the template’s options and the database (Parse Dashboard).
• Hold a watch to the Change Log on the underside of this web page when an replace will get launched.

Prolonged License

As per Envato Market Phrases, the Prolonged License applies to all functions that cost cash to their customers. In case your customers won’t be charged of cash by way of your personal model of this app, you may nonetheless purchase it beneath a Common license.
Due to this fact, you have to purchase this template beneath and Prolonged License in case your plans are both a number of of the next:

  • Add In-App Buy or every other Cost Gateway within the supply code and publish the app free of charge on the App/Play Retailer – NOTE: If you wish to publish your personal model of this software for FREE solely, then you may nonetheless purchase it beneath a Common License.
  • Publish this software as a PAID app on the App Retailer.
  • Switch the dwell app of your personal verison of this app on the App/Play Retailer to a different proprietor by promoting your possession on flippa.com or comparable marketplaces.

IMPORTANT: You’re NOT allowed to promote or share the unique supply code of this template wherever on account of copyright infringement

Options

Java/XML language – Native Android Studio challenge – Edit the template as you would like with the facility of Android Studio and Java code.

Android 6.0 and above, Common – Run your app on about 80% of Android gadgets

Scan QR Codes and Barcodes – Use the customized built-in digital camera to seize codes and get their information

Create your personal customized QR codes – You may generate ay kind of QR code with this characteristic

Settings display screen – Arrange numerous app’s choices, from automated URLs open on scan to contact information

Historical past of scanned codes – Retailer the record of scanned codes in a single web page

AdMob Interstitial adverts – Get some income from full-screen commercial banners

Trendy, clear design – The UI has been fastidiously crafted to supply the perfect consumer expertise to your shoppers.

On-line Documentation – Learn the in depth information of this template to have the ability to configure it correctly.

PSD icons included within the bundle – App and buttons icons are saved right into a PSD folder, for straightforward picture substitute.

Necessities

The most recent official model of Android Studio – Beta variations of an IDE often by no means work 100% correctly, and the code of this app has been written utilizing the newest official model of AS (download it here. You could use it and keep away from Betas.

An Apple Mac or Home windows laptop, up to date to its newest OS model – It’s at all times good to maintain your laptop’s OS updated, expertise retains rising and I observe its adjustments, in addition to updating my templates each time a brand new OS will get launched.

A Google Play Developer Account – That is wanted so that you can publish apps on the Play Retailer. You may nonetheless edit and check this template on Android Studio with out that account although.

Primary data of Android Studio and Java/XML language – You don’t have to be a talented or skilled developer, anyway it’s really useful to have at the least the fundamental data of what you’re coping with, so as to have the ability to customise this template and publish your functions on the Play Retailer.

An lively AdMob account – Until you need to take away adverts on this app, you want to enroll in an AdMob account to show them.

An actual gadget to check the app earlier than submitting it to the Play Retailer – Emulators could fail throughout checks, they don’t seem to be dependable as an actual gadget is, so I strongly suggest you to at all times run this software on an actual telephone/pill. That is additionally instructed by Google’s official Pointers.

Change Log

Jan 28, 2022

- Up to date to Android Studio Bumblebee | 2021.1.1

Oct 19, 2021

- Up to date to Android Studio Arctic Fox
- Up to date the ActionSheet dependency in construct.gradle:
    implementation 'com.github.khoyron:Actionsheet-android:4'

- Up to date the QRGenearator dependency in construct.gradle:
    implementation 'androidmads.library.qrgenearator:QRGenearator:1.0.4'
    implementation 'com.google.zxing:core:3.3.2'

- Up to date 'compileOptions' in construct.gradle:
    sourceCompatibility = '1.8'
    targetCompatibility = '1.8' 

- Added multidex dependency in construct.gradle:
    implementation 'com.android.assist:multidex:1.0.3'

- Changed this import:
    import org.jetbrains.annotations.NotNull;
 with:
    import androidx.annotation.NonNull;

- Changed all cases of:
    import android.actionsheet.demo.com.khoiron.actionsheetiosforandroid.ActionSheet;
    import android.actionsheet.demo.com.khoiron.actionsheetiosforandroid.Interface.ActionSheetCallBack;
with:
    import com.khoiron.actionsheets.ActionSheet;
    import com.khoiron.actionsheets.callback.ActionSheetCallBack;

April 16, 2021

- Up to date to Android Studio 4.1.3
- Up to date dependencies in construct.gradle
- Edited the 'showAdMobInterstital()' perform within the 'Configurations.java' file

January 22, 2021

- Up to date to Android Studio 4.1.2
- Set 'minifyEnabled' into 'true' in 'construct.gradle(:app)' [in this way the code gets obfuscated as recently requested by Play Store]

September 28, 2020

- Up to date to Android Studio 4.0.1

March 10, 2020

- Up to date to Android Studio 3.6.1
- Added this line of code on the highest of the onCreate() perform in all Java Exercise information:
@SuppressLint("SourceLockedOrientationActivity")

December 10, 2019

- Up to date to Android Studio 3.5.3
- Up to date:
    compileSdkVersion 29  
    targetSdkVersion 29
within the 'construct.gradle' file.

August 22, 2019

- Up to date to Android Studio 3.5

July 25, 2019

- First launch, Android 5.0 and above
- Native Android Studio challenge, Java/XML language

Help

For any assist requests, please contact me by way of my Profile’s Contact Form

Price my Work

Your assist is at all times significantly appreciated, from feedback to product’s opinions, so please click here to rate your purchases!

Flag Counter


Source