All Projects → appcelerator-developer-relations → appc-sample-ti520

appcelerator-developer-relations / appc-sample-ti520

Licence: other
This app demonstrates new features in Titanium 5.2.0

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
objective c
16641 projects - #2 most used programming language

Titanium 5.2.0 Sample App

NOTE: This Sample App requires Titanium >=5.2.2<5.3 and Alloy >=1.8.5 (part of AppC CLI >=5.2.2). It supports Android 4.x and iOS 9.x. Some examples might be restricted to specific platforms or devices.

screenshots

For more information on Titanium 5.2.0 see the official announcement, which also links the release notes and full list of closed tickets.

Walkthroughs

The examples and code itself should be fairly self explanatory, but we've published detailed walkthroughs on some of the main features:

Running the Sample

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-ti520
    
  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]
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].