Skip Navigation

Reliance on the underlying 
BlackBerry Dynamics SDK

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