Java API Samples: Difference between revisions

From wizarPOS
No edit summary
Line 7: Line 7:
| Cloudpos APIDemo for all the device API<br> (The package name of apk is updated, you must remove the old APIDemo.)|| [http://ftp.wizarpos.com/device/java/APIDemo_1.5.4.82.zip CloudPOS API demo 1.5.4.82]
| Cloudpos APIDemo for all the device API<br> (The package name of apk is updated, you must remove the old APIDemo.)|| [http://ftp.wizarpos.com/device/java/APIDemo_1.5.4.82.zip CloudPOS API demo 1.5.4.82]
|-
|-
| Encapsulate APIDemo, load HTML using Android webview, demonstrate using JavaScript to call SDK interface in HTML/H5|| [http://ftp.wizarpos.com/advanceSDK/WebviewAPIDemo_20131114.zip APIDemo]
| Encapsulate APIDemo, load HTML using WebView, demonstrate using JavaScript to call SDK interface in HTML/H5|| [http://ftp.wizarpos.com/advanceSDK/WebviewAPIDemo_20131114.zip APIDemo]
|-
|-
| A simple demo for LED light|| [http://ftp.wizarpos.com/device/java/Cloudpos-LEDDemoForAar-1.5.3.077-20210915.zip LED demo 1.5.3.077]
| A simple demo for LED light|| [http://ftp.wizarpos.com/device/java/Cloudpos-LEDDemoForAar-1.5.3.077-20210915.zip LED demo 1.5.3.077]

Revision as of 07:29, 14 November 2023

Java API Samples

These are examples of how to use the Java API. These demonstrations use lower version of cloudpossdk aar file, please obtain the new version of SDK AAR file from http://sdkwiki.wizarpos.com/index.php/CloudPOS_SDK_AAR, and replace it as needed.

Description Download
Cloudpos APIDemo for all the device API
(The package name of apk is updated, you must remove the old APIDemo.)
CloudPOS API demo 1.5.4.82
Encapsulate APIDemo, load HTML using WebView, demonstrate using JavaScript to call SDK interface in HTML/H5 APIDemo
A simple demo for LED light LED demo 1.5.3.077
A simple demo for swiping MSR card MSR demo 1.5.3.077
A simple demo for pinpad PINPAD demo 1.5.3.077
A simple demo for printer Printer demo 1.5.3.077
A simple demo about how to signature in screen Signature demo 1.5.3.077
A simple swipe card and print calling to simulate payment SwipeCard&Print demo 1.5.3.077
fingerprint demo fingerprint demo 1.5.3.077
Biosec ISO fingerprint demo Biosec ISO fingerprint demo
DUKPT of PINPAD demo DUKPT demo 1.5.3.077
Print Html demo Print html
A simple demo for calling printer api from javascript Print from javascript

Kotlin Samples

Description Download
Cloudpos kotlin APIDemo for all the device API
CloudPOS kotlin API demo 1.5.4.21