You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This [cloud SDK assists you to seamlessly integrate barcode generation](https://products.aspose.cloud/barcode/), processing & conversion functionality into your Android & other Java cloud apps.
5
7
Generate new barcodes (Linear, 2D & Postal), configure barcode properties and attributes, such as barcode height, dimensions, image format, and more.
6
8
Scan existing barcodes belonging to 60+ symbologies, including, *Codabar*, *PDF417*, QR, *MicroQR*, *EAN*, *Postnet*, *UPC*, *RM4SCC* and many more.
7
9
8
-
9
10
## BarCode Processing Features
10
11
11
12
-[Generate](https://docs.aspose.cloud/barcode/generate-format-and-manipulate-a-barcode-using-cloud-storage/), scan and customize *1D* (linear), *2D* and *postal* barcodes.
PDF417, MacroPDF417, MicroPDF417, CompactPDF417 (Decode only), DataMatrix, Aztec, QR, MicroQR, DotCode, MaxiCode, Italian Post 25, GS1DataMatrix, Code16K.
37
41
38
42
### Postal barcode symbologies:
43
+
39
44
Postnet, Planet, USPS OneCode, Australia Post, Deutsche Post Identcode, Deutsche Post Leticode, RM4SCC, SingaporePost, AustralianPosteParcel, SwissPostParcel, UpcaGs1DatabarCoupon.
40
45
41
46
## New Features & Enhancements Version 21.2
42
47
43
48
-`CheckMore1DVariants` Allows engine to recognize `1D barcodes` with checksum by checking more recognition variants. Default value: `False`
44
49
45
50
## New Features & Enhancements Version 20.12
51
+
46
52
- Added the Structured Append support to the QR encoder.
47
53
-Added the Kanji encoding to the QR encoder.
48
54
49
55
## New Features & Enhancements in Version 20.11
56
+
50
57
- Updated and fixed the UI components.
51
58
- Added additional fields to the Databar section.
52
59
- Added the Datamatrix support for Macro 5 and 6.
53
60
54
61
## New Features & Enhancements in Version 20.10
62
+
55
63
- Investigated the addition of NoWrap mode to BarcodeGenerator text fields.
56
64
- Add the encodation scheme selector to the DataMatrix codetext.
57
65
58
-
59
66
## Prerequisites
60
67
61
68
To use Aspose Barcode Cloud for Android you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
62
69
63
70
## Getting Started
64
71
65
-
* Open project in Android Studio
72
+
- Open project in Android Studio
73
+
74
+
- Go to file *app/src/main/java/com/example/asposebarcodecloud/MainActivity.kt* and set *clientId* and *clientSecret* to apropriate values from <https://dashboard.aspose.cloud/applications>
66
75
67
-
* Go to file *app/src/main/java/com/example/asposebarcodecloud/MainActivity.kt*and set *clientId* and *clientSecret* to apropriate values from <https://dashboard.aspose.cloud/applications>
76
+
- Build project and run application on connected device or emulator.
68
77
69
-
* Build project and run application on connected device or emulator.
70
78
## Generate Code128 BbarCode in Android using Java
71
79
72
80
```java
73
-
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
0 commit comments