PNG JPG BMP TIFF SVG
Aspose.BarCode  for Android via Java
Singapore Post

Read Singapore Post Barcodes with Android via Java

Read Singapore Post barcode in Java using server-side Aspose.BarCode for Android via Java API

How to Read Singapore Post barcode Using Android via Java

Try Aspose.BarCode for Android via Java to detect and read Singapore Post barcode within Android applications easily. It is a rich, scalable, and user-friendly barcode API intended for Android applications. Get Aspose.BarCode for Java directly from a Maven-based project by adding the following configurations to the build.gradle:

Command

  maven { url "http://repository.aspose.com/repo/" }

Command

  implementation group: 'com.aspose', name: 'aspose-barcode', version: '23.XX', ext: 'aar'      
  implementation group: 'com.aspose', name: 'aspose-barcode', classifier: 'control.android.via.java-javadoc', version: '23.XX' 

Steps for Scanning Singapore Post barcode in Java

Aspose.BarCode allows developers to read Singapore Post barcode barcodes from stream or image with few lines of code

  • Create an instance of BarCodeReader class
  • Determine the source image path containing Singapore Post barcode
  • Define target barcodes types in DecodeType as the second parameter
  • Loop through the recognition results
  • Load the decoded text running the getCodeText method

System Requirements

Aspose APIs are supported on all major platforms and operating systems. Before executing the code sample below, please make sure that your system comply with the following requirements.

  • Microsoft Windows, Linux, or any OS compatible with Android Runtime Environment
  • Android SDK v.30
  • Android systems running Android OS 2.0 or later
Ready to recognize Recognizing Drop a file here or click to browse *

* By uploading your files or using the service you agree with our Terms of use and Privacy Policy.

Code to be executed - Java

    
// initialize reader with image & expected type
BarCodeReader reader = new BarCodeReader(var reader = new Aspose.BarCode.BarCodeReader("<file name>", DecodeType.SingaporePost);

// read code
while (reader.read()) {
    // print the code type & text
    System.out.println("Type: " + reader.getCodeType() + " Text: " + reader.getCodeText());
}

Recognition result

Other Supported Barcode Recognition Symbologies

Using Android via Java, One can also read barcode of different symbologies including the following.

2D:

Linear:

Postal: