[FREE] ZxingView Barcode Scanner Extension

I would like to thank @Ken for his valuable feedback and testing, Thank you @Ken :slightly_smiling_face:

Hi Koders :smiley:

I present to you my first extension ZxingView to read bar-codes using mobile phone Back Camera or (Front Camera on the next update).

  1. You can use Horizontal Arrangement or Vertical Arrangement to display the Scanner view.
  2. Flash Toggle Supported.
  3. AutoFocus Supported.
  4. Prevent Duplicate Scans support.
  5. Portrait and Landscape Mode support.
  6. Scan 1D barcodes in Portrait Orientation. thanks @Ken

Supported Formats:

  • 1D Formats: (CODABAR, CODE_39, CODE_93, CODE_128, EAN_8, EAN_13, ITF, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, UPC_EAN_EXTENSION).

  • 2D Formats: (QR_CODE, PDF_417, DATA_MATRIX, MAXICODE, AZTEC).

Here is all the blocks:

Blocks Description:

component_event
This is the after scan event, it fires on successful scan and returns:

  • result: String of the scanned barcode scan result.
  • format: String of the scanned barcode format/type.

component_method

*Call this method to set up the scanner view:

  • arrangement: Horizontal or Vertical Arrangement.

PS: set the arrangement background color to None.

component_method (3)

Call this method to Start the scanner.

component_method (2)

Call this method to Stop the scanner and release the camera for other apps.

component_set_get

This method to Enable Or Disable the camera Auto Focus if supported by the device.

  • true: boolean , AutoFocus Enabled.
  • false: boolean , AutoFocus Disabled

component_method (1)

Call this method to Toggle Flash ON/OFF.

fcomponent_set_get

This variable returns String value for last scan result .

DOWNLOAD

Test Apk:
Testzxingview.apk (5.3 MB)

Thank you all and Special Thanks to :kodular: :grin:

for any issue please PM me.
PS: this extension doesn’t work in Kodular -Companion - for now-.

  • this version is working only with Kodular, next version it will work in AI2 with many new features and major bugs fixed.

ZxingView Version 2 is Now ScanView!

29 Likes

Nice Extension :slightly_smiling_face:

1 Like

Thank you @themaayur :slightly_smiling_face:

1 Like

Congratulations @Silver !!!

1 Like

Thank you @Rogerio_Rios :smiley:

Great extension @Silver :partying_face: :partying_face:
Many abilities and completely for free

1 Like

Great extension!

1 Like

Thank YOU @Mohamed_Tamer and Congrats on your extension also :star_struck:

1 Like

Thank you @cedkim :upside_down_face:

You’re welcome :grin:

#off-topic
Thanks very much @Silver

2 Likes

:arrow_up::arrow_up::arrow_up:

@Boban

2 Likes

I have to give it a try :upside_down_face:

2 Likes

Great job :+1:
Things i liked:

Wonderful!

may we expect QR code integration in it?

1 Like

Thank You @Deepanshu_Arya

can you elaborate?

Support of QR code scanner with barcode?

QR code format is supported already!

1 Like

oops! :sweat_smile:, i followed the name!, Well done again!

1 Like

Thanks! :grin:

  1. Scan 1D barcodes in Portrait Orientation.
1 Like

I would like the ability to enable/disable this feature.

2 Likes