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
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,25 +70,27 @@ To use Aspose Barcode Cloud for Android you need to register an account with [As
70
70
71
71
## Getting Started
72
72
73
-
- Open project in Android Studio
73
+
- Open project in Android Studio.
74
74
75
-
- 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>
75
+
- Go to `app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt` and set your `clientId` and `clientSecret`from <https://dashboard.aspose.cloud/applications>.
76
76
77
-
- Build project and run application on connected device or emulator.
77
+
- Build the project and run the app on a connected device or emulator.
78
78
79
-
## Generate Code128 BbarCode in Android using Java
79
+
## Generate QR Barcode in Android using Kotlin
80
80
81
-
```java
82
-
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
0 commit comments