Sample apps
The easiest way to get started with the
BlackBerry
Dynamics
Bindings for Xamarin
is to open one of the projects for sample apps. Uncompress the desired sample and double-click either the .csproj
or .sln
file to open the project.Sample app | Description |
---|---|
AppKinetics shared services | Provides examples of how to use the BlackBerry
Dynamics Shared Services Framework. |
Core data | Demonstrates how to use BlackBerry
Dynamics with a Core Data Incremental Data Store backed by an encrypted SQLite database. The sample demonstrates how Core Data can be used to securely store a list of products and their prices. |
Remote DB | Demonstrates how to use Remote Settings and DB APIs. The sample allows you to configure remote settings in the management console for this app. The app receives the responses and stores them in the secure DB. Any changes to the settings are automatically synchronized and stored. |
RSS reader | Demonstrates how to use the BlackBerry
Dynamics Secure Communication APIs to access resources behind the enterprise firewall. |
Greetings server | Demonstrates how to write a server that illustrates the BlackBerry
Dynamics Inter-container Communications (ICC) API. The ICC system is a means of exchanging data securely between two BlackBerry
Dynamics apps running on the same device. One app is the server (or "provider") and the other is the client (or "consumer").For background on the ICC, see Shared Services Framework. |
Greetings client | Demonstrates how to write a client that illustrates the BlackBerry
Dynamics Inter-container Communications (ICC) API. The ICC system is a means of exchanging data securely between two BlackBerry
Dynamics apps running on the same device.For background on the ICC, see Shared Services Framework. |
Secure store | Demonstrates how to use the BlackBerry
Dynamics SDK to create, manage, and access files stored in an app’s secure container. Both the file names and file contents are encrypted, stored on the device, and can only be accessed when the BlackBerry
Dynamics app is unlocked. |