Skip to content

Workstation Connect Sample app for Developers - Annex to the WSC-DEV-UG

License

Notifications You must be signed in to change notification settings

ZebraDevs/WSC-DEV-UG-SampleApp

Repository files navigation

Please be aware that this application / sample is provided as-is for demonstration purposes without any guarantee of support

WORKSTATION CONNECT / DEVELOPERS USER GUIDE SAMPLE CODE

Sample code showing how to use some Large Screens APIs from Android and how to configure Zebra Workstation Connect according to the guidelines given in the Developers User Guide.

Device set up to run this sample code

  1. Install Zebra WSC from https://www.zebra.com/us/en/support-downloads/software/productivity-apps/workstation-connect.html
    • At the time of writing, v2.0 is the latest and the sample code is compiled after that version
    • Note that Android 11 is the supported OS version for v2.0
    • Run the app or restart the device
    • UPDATES (April 29th, 2024)
      • successully validated on a TC22 running A13
      • and using the newly released ZWC v.3.0.49
  2. Either manually or via Stagenow set the following device Developers options
    • APPS Section
      • Enable freeform windows
      • Force desktop mode
  3. Install this sample app - this must be step #3
  4. Grant permission to this app's applicationID to call a specific ZVA service. Use Stagenow's Access Manager.

Customizing activity size

When launching an activity on the external screen, it might be useful to set its dimensions to a specific size.

Use this API

startActivity( intent, ActivityOptions.makeBasic().setLaunchBounds(new Rect(700,0, 700+510, 1020)).toBundle());

About

Workstation Connect Sample app for Developers - Annex to the WSC-DEV-UG

Resources

License

Stars

Watchers

Forks

Packages

No packages published