How to Obtain Advanced Demonstrations: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
This collection of demonstrations provides a comprehensive overview of various functionalities within the Android development environment, particularly focusing on smart POS (Point of Sale) systems. These demos are useful for developers in evaluating various features and performance aspects of their applications on Android platforms. | This collection of demonstrations provides a comprehensive overview of various functionalities within the Android development environment, particularly focusing on smart POS (Point of Sale) systems. These demos are useful for developers in evaluating various features and performance aspects of their applications on Android platforms. | ||
== List of demonstrations == | == List of demonstrations == | ||
* [ | * [https://github.com/SmartPOSSamples/Camera2PreviewDemo.git A camera preview demo which using Camera2] | ||
* [ | * [https://github.com/SmartPOSSamples/StartAppMarket.git A demo for starting POS AppMarket] | ||
* [https://github.com/SmartPOSSamples/SetWallpaperDemo.git A demo for setting wallpaper] | * [https://github.com/SmartPOSSamples/SetWallpaperDemo.git A demo for setting wallpaper] | ||
* [ | * [https://github.com/SmartPOSSamples/BindAPNServiceDemo.git A demo for binding APNManagerService] | ||
* [ | * [https://github.com/SmartPOSSamples/ChooseNetworkType.git A demo for choosing network type(Mobile/WIFI/ETHERNET)] | ||
* [ | * [https://github.com/SmartPOSSamples/PhotographDemo.git A demo for taking photo by using Camera] | ||
* [http://ftp.wizarpos.com/advanceSDK/SSLDemo(Q2asServer-PCasClient).zip A sslserverdemo, terminal as server, PC as client] | * [http://ftp.wizarpos.com/advanceSDK/SSLDemo(Q2asServer-PCasClient).zip A sslserverdemo, terminal as server, PC as client] | ||
* [ | * [https://github.com/SmartPOSSamples/CloudposMultiScreenDisplay.git A demo for second screen display, cloudpos version] | ||
* [ | * [https://github.com/SmartPOSSamples/BTpairdemo.git An normal Android demo for bluetooth device pairing] | ||
* [https://github.com/SmartPOSSamples/SocketDemo.git An normal Android demo for socket connection] | |||
* [https://github.com/SmartPOSSamples/StartSystemCamera.git An normal Android demo, call system camera to capture picture and vedio] | |||
* [ | * [https://github.com/SmartPOSSamples/BootcompleteSelf.git An normal Android demo receive android.intent.action.BOOT_COMPLETED, automatically start up at boot. ] | ||
* [ | |||
* [ | |||
* [http://ftp.wizarpos.com/advanceSDK/AddWifiSSID.zip Demo to connect the last WIFI SSID] | * [http://ftp.wizarpos.com/advanceSDK/AddWifiSSID.zip Demo to connect the last WIFI SSID] |
Revision as of 10:06, 2 February 2024
Overview
This collection of demonstrations provides a comprehensive overview of various functionalities within the Android development environment, particularly focusing on smart POS (Point of Sale) systems. These demos are useful for developers in evaluating various features and performance aspects of their applications on Android platforms.
List of demonstrations
- A camera preview demo which using Camera2
- A demo for starting POS AppMarket
- A demo for setting wallpaper
- A demo for binding APNManagerService
- A demo for choosing network type(Mobile/WIFI/ETHERNET)
- A demo for taking photo by using Camera
- A sslserverdemo, terminal as server, PC as client
- A demo for second screen display, cloudpos version
- An normal Android demo for bluetooth device pairing
- An normal Android demo for socket connection
- An normal Android demo, call system camera to capture picture and vedio
- An normal Android demo receive android.intent.action.BOOT_COMPLETED, automatically start up at boot.
- Demo to connect the last WIFI SSID