Skip to content

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

License

Notifications You must be signed in to change notification settings

jquick-axway/kitchensink-v2

 
 

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2021
Jun 18, 2019
Mar 26, 2018
Apr 17, 2018
Mar 26, 2018
Oct 29, 2016
Mar 26, 2018
Jul 8, 2016
Oct 16, 2018
Feb 22, 2018
Jul 17, 2020
Sep 26, 2019
Oct 16, 2018
Mar 10, 2021

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

  • 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 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/kitchensink-v2
    
  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/kitchensink-v2
    
  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]
    

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • Python 8.9%
  • Shell 0.7%