- An Sample Applicaton using the DotPad SDK from dotpad-sdk-guide
- You can test DotPad connection and printing with our sample application.
- We present how to configure the development environment for the sample application.
├── Android
│ ├── 1.1.0
│ │ ├── DemoApp
│ ├── 2.0.0
│ │ └── DemoApp
├── iOS
│ ├── 1.2.0
│ │ ├── DemoApp
│ ├── 2.0.0
│ │ └── DemoApp
├── Window
│ ├── 1.0.0
│ │ └── DempApp
│ └── 1.1.0
│ └── DempApp
└── Linux
└── 1.0.0 (in development)
| operating system | development tool | development language |
|---|---|---|
| Android | Android Studio | Kotlin |
| iOS | Xcode | Swift |
| Windows | Visual Studio | C++, C# |
| Linux | Visual Studio Code | C++ |