The iDigi Android Project Wizard creates a new Android project with all the required iDigi components ready for the user to start writing code.

To open the wizard:

Tip

From the Package Explorer context menu you can find the same options as in the File menu.

The wizard contains a single page:

iDigi Android Project Wizard

In this page you can configure the following project parameters:

After you have configured all of the required project settings, click the Finish button:

iDigi Android Project Wizard Complete

The new project will appear within the Package Explorer view. It will contain one directory for source code named src where the activity class is located, and another folder for project resources named res. There is also a lib folder containing the idigi_android library that will be used by the application to communicate with the iDigi service.

Package Explorer - iDigi Android Project

The iDigi Android Sample Project Wizard creates new iDigi connected Android application template-based projects, ready for the user to compile and run.

To create a new iDigi Android sample project:

Tip

From the Package Explorer context menu you can find the same options as in the File menu.

The first iDigi Android sample application wizard page lists the available iDigi Android sample applications. Select the desired sample or samples from the list, for example Send text file to iDigi. It is possible to filter sample projects by Android SDK versions using the combo box at the top of the page. Projects will be built using the selected SDK.

iDigi Android Application Sample Wizard - Sample selection page

Once the desired sample or samples are selected, click Next. The Preview page displays the selected sample project's information. Click Finish when you are done:

Android Application Sample Wizard - Preview page

The new sample project will appear within the Package Explorer view.

Package Explorer - iDigi Android Sample Project