Titanium

Titanium 5.2.0 Sample App

Yesterday we released Titanium 5.2.0.GA with over 30 new features. We have also published a series of walkthroughs in the weeks following the release:

We did so using the new Titanium 5.2.0 Sample App which is now available:

Running the Sample

Don’t wait for me and download and build the app.

Via Appcelerator Studio
  1. Import it via Dashboard if available.
  2. Or import it via File > Import… > Git > Git Repository as New Project with URI:
    https://github.com/appcelerator-developer-relations/appc-sample-ti520
    
  3. Select a Simulator or Device to build to via Run > Run As.
Via CLI
  1. Clone the repository:
    git clone https://github.com/appcelerator-developer-relations/appc-sample-ti500
    
  2. To run it with appc run first import it to the platform:
    appc new --import --no-services
    
  3. Build to Simulator or Device:
    [appc run | ti build] -p ios [-T device]
    

– Code Strong ?