Time for action – adding an Appcelerator marketplace module
Perform the following steps to add an Appcelerator marketplace module:
Create a new app by navigating to File | New | Titanium Project. From the dialog select Titanium Classic then Default Project and click on Next.
Enter the app details on the New Titanium Project window.
Download the free paint module from the Appcelerator marketplace at https://marketplace.appcelerator.com/apps/807?1818796952.
Copy the ZIP file into the project root directory.
Extract the module ZIP file,
ti.paint-iphone-1.2-android-2.0.1.zip
.Refresh the project by right-clicking on the project name in the navigator list and selecting refresh (or more simply by pressing F5). Notice the new Modules directory in the project navigator window.
Open
tiapp.xml
and click on the green plus button on the right-hand side of the Modules section.Click on OK. The
ti.paint
module is now linked to the app and ready for inclusion in your code. The modules section should look as follows...