Creating our project
As with our previous projects, we need to set up a new project for our application. To do this, navigate to File | New | Mobile Project from Titanium Studio, and fill out the wizard forms with the following information:
Field |
Value to enter |
---|---|
Project Template |
Default Project |
Project name |
|
Location |
You can either:
|
App Id |
|
Company/Personal URL | |
Titanium SDK Version |
By default, the wizard will select the latest version of the Titanium SDK. This is recommended (as of this writing, we are selecting Version 3.1.3 GA from the dropdown). |
Deployment Targets |
Check the iPhone and Android options. |
Cloud Settings |
Uncheck the Cloud-enable this application checkbox. |
Project creation is covered in more extensive detail in Chapter 1, Stopwatch...