tidev / kitchensink-v2

An Alloy-based Titanium sample app using ES6+ and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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

Via CLI

  1. Clone the repository:

    git clone https://github.com/tidev/kitchensink-v2
    
  2. To run it with ti build first import it to the platform:

    ti create --import --no-services
    
  3. Build to Simulator or Device:

    ti build -p ios [-T device]
    

Contribution

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

About

An Alloy-based Titanium sample app using ES6+ and more!

License:Other


Languages

Language:JavaScript 92.4%Language:Python 6.4%Language:Rich Text Format 0.7%Language:Shell 0.5%