I am new to Appcelerator Studio and a bit confused over the different alternatives when starting a new project.
I started two projects, one with menu "New - Mobile App Project - (Project Template) Default Project", and the second with "New - Mobile App Project (Project Template) Single Window Application".
Both projects have, Titanium SDK version 5.2.0.GA, Deployment Targets: iPhone, Mobile Web, and Unchecked Enable Appcelerator Platform Services.
Please see image link below from Studio Project Explorer on how these two projects look like:
The first project (DefaultProject) makes a single window with two tabs. The second project (SingleWindowApplication) just makes a single window.
- Why are the structure of these to projects/apps that different? In the first, the window creation etc. are done in app.js. In the second, the code has been moved around to directories like common, handheld and tablet.
- What should be the right questions to ask (for an app making beginner) in order to choose between those two "template" projects?
- In the second project, why do I get the android and tablet directories? I did specify targets iPhone and Mobile Web.
- Why is directory i18n present in the second project but not in the first?