Skip Navigation

Reliance on the underlying
BlackBerry Dynamics SDK

Apps developed with the
Microsoft .NET
bindings rely on the underlying
BlackBerry Dynamics SDK
. The full set of the SDK APIs is bound to a
Microsoft
C#/.NET counterpart. For example:
  • BlackBerry Dynamics SDK for Android
    Java:
    GDAndroid.getInstance().activityInit(this);
  • Microsoft
    C#/.NET:
    GDAndroid.Instance.ActivityInit(this);