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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,20 @@ To use Aspose Barcode Cloud for Android you need to register an account with [As
63
63
* 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>
64
64
65
65
* Build project and run application on connected device or emulator.
66
+
## Generate Code128 BbarCode in Android using Java
67
+
68
+
```java
69
+
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
0 commit comments