Skip Navigation

Sample apps

Sample app
Description
ApacheHttp
Demonstrates the use of the 
GDHTTPRequest
 plug-in APIs.
AppKinetics Client and Server
Demonstrates how to use the file transfer service of the AppKinetics APIs.
Blank
Provides an empty skeleton app that you can use as a starting point.
MailTo
Demonstrates how to use the "mailto" service to send email.
OnProgress
Demonstrates the proper usage of the "onprogress" event of 
GDFileTransfer
 plugin APIs.
Policy
Demonstrates how to use app-specific policies and server-side services.
RssReader
Demonstrates how to use 
GDHTTPRequest
 and 
GDStorage
 APIs to fetch RSS feeds.
Secure ICC
Demonstrates Secure Inter-Container Communication (ICC) within an 
Ionic
 4 app.
SQLite
Demonstrates how to use secure storage APIs.
UnitTest
Demonstrates how to use all APIs supported in this version of the SDK.
Note that in SDK version 6.0 and later, the build workflow has changed. As a result, you must specify 
npm i
 before adding an OS platform. For example:
$cd <GD_Cordova_Folder>/SampleApplications/com.blackberry.bbd.example.cdv.blank $cordova plugin add ../../plugins/cordova-plugin-bbd-configure $npm i $cordova platform add android $cordova platform add ios $cordova build