Skip to content

An Alloy-based Titanium sample app using TypeScript!

License

Notifications You must be signed in to change notification settings

TiStrong/kitchensink-v2

 
 

Repository files navigation

Kitchen Sink 2.0

This project gives an overview of native components available in Titanium. The components are grouped into multiple groups and can be logged in the "Logs" tab. It also includes full support for iOS, Android & Windows.

screenshot

Features

  • TypeScript support
  • Full ES6+ support
  • API Logging
  • Controls (Switch, Slider, Tabbed Bar, Text Field, Alerts, Dialogs, ...)
  • Views (Scroll View, List View, Image View, Blur View, Web View, ...)
  • Services (Twitter, Facebook)
  • Platform (Clipboard, URL-Schemes, Hyperloop, Databases, Geolocation, Camera, Gallery, ...)
  • TODO: More Platform APIs (HTTP-Requests, Contacts, ...)

Running the KitchenSink App

  1. Clone the repository:

     git clone https://github.com/appcelerator/kitchensink-v2
    
  2. Install dependencies:

     npm install
    
  3. Build to Simulator or Device:

     ti build -p [android|ios] [-T device]
    

Contribution

Code contributions are greatly appreciated, please submit a new pull request!

Legal Stuff

Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using our trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.7%
  • JavaScript 20.4%
  • Python 7.3%
  • Shell 0.6%