Creating an Application
Initialize a DIS SDK client instance named dic. For details, see Initializing a DIS SDK Client Instance.
When using DIS SDK to create an application, you need to specify an application name.
1 2 |
//Specify the application name.
String appName = "myApp";
|
After the application name is specified, create the application by calling createApp.
dic.createApp(myApp);
Last Article: Obtaining the Data Cursor
Next Article: Deleting an Application
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.