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:
.
; the New Project wizard is displayed. In the Android project
category, select iDigi Android Project and click to start the wizard.

|
From the Package Explorer context menu you can find the same options as in the File menu. |
The wizard contains a single page:

In this page you can configure the following project parameters:
|
Project names cannot contain the following special characters: |
After you have configured all of the required project settings, click the button:

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.

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:
; the New Project wizard is
displayed. In the Android project category, select iDigi Android Sample Project and click to
start the wizard.

|
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.

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

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