Example Apps

This page lists some examples to help you get started with app development.

The examples use asynchronous programming where necessary to prevent the PalmSens SDK libraries from blocking the user interface.

To make a new app using one of the example apps as a template:

  1. Copy the directory you want to copy, e.g. BasicExample

  2. Rename the directory to e.g. MyNewApp

  3. Rename BasicExample.csproj to MyNewApp.csproj

  4. Right click Solution  Add  Existing Project, select MyNewApp.csproj file

  5. Update namespace (find-replace), BasicExampleMyNewApp

Basic Example

Screenshot of Basic Example

Shows how to make a connection and run a measurement, with a minimum amount of code.

Multichannel Example

Screenshot of Multichannel Example

Shows how to make a connection to multiple channels, run different types of measurements and plot the results.