Understanding the Titanium Mobile Project Structure?
deepak - Mon Mar 26 2012 23:10:01 GMT-0400 (EDT)
Project Structure
deepak - Mon Mar 26 2012 23:10:42 GMT-0400 (EDT)
Splash Screen
All images starting with Default under the iphone and
android folders are the splash screen.
deepak - Mon Mar 26 2012 23:11:29 GMT-0400 (EDT)
Application Icon
The appicon.png under the android and iphone
folder is the application icon.
deepak - Mon Mar 26 2012 23:12:10 GMT-0400 (EDT)
Resource folder is where all our code goes
Resource folder is where all our code goes
deepak - Mon Mar 26 2012 23:16:20 GMT-0400 (EDT)
Mobile Configuration XML
deepak - Mon Mar 26 2012 23:18:11 GMT-0400 (EDT)
IPhone and Android SDK Version
On the configuration xml (tiApp.xml), under build
properties we can select the SDK version separately
for android and iphone.
On the above example iphone is running the 1.8.0.1
and android is running the V8 version.
deepak - Mon Mar 26 2012 23:19:15 GMT-0400 (EDT)
Deployment Targets
Deployment targets will set the intended devices where
this application will be installed.
In above sample the application is set to run on
ipad,iphone and android.