All Projects → appcelerator → Kitchensink V2

appcelerator / Kitchensink V2

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kitchensink V2

wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-82.19%)
Mutual labels:  native, sample-app
Hyperloop Examples
Native Hyperloop examples in Titanium.
Stars: ✭ 79 (+8.22%)
Mutual labels:  sample-app, native
Fennel Nvim
running fennel-lang natively in neovim
Stars: ✭ 44 (-39.73%)
Mutual labels:  native
Avm Simple
avm-simple是avm.js语法及DeepEngine3.0的使用用例,它可以帮助您快速了解和学习avm.js、DeepEngine3.0以及多端技术的使用。
Stars: ✭ 66 (-9.59%)
Mutual labels:  native
Nat Explorer
An example project using Nat & Weex.
Stars: ✭ 55 (-24.66%)
Mutual labels:  native
Swiftysampleproject
A starter project for Sample Project in swift 3.0/4.0 (also bridging header included so you could use objective c code in it as well ). For objectiveC version : https://github.com/xeieshan/SampleProject > Supports iOS 8.4+ > Swift 4.x
Stars: ✭ 47 (-35.62%)
Mutual labels:  sample-app
React Native Redux Firebase Todo
React Native Redux Firebase Todo
Stars: ✭ 59 (-19.18%)
Mutual labels:  native
Staterestorationdemo
App to demonstrate state preservation and restoration APIs
Stars: ✭ 41 (-43.84%)
Mutual labels:  sample-app
Tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
Stars: ✭ 70 (-4.11%)
Mutual labels:  native
Food Ordering App Like Swiggy Uber Eats Mvvm And Room Database
Food ordering app using MVVM architecture patterns, Architecture Lifecycle components and Room database.
Stars: ✭ 53 (-27.4%)
Mutual labels:  sample-app
Java Lame
Native Java port of the LAME library.
Stars: ✭ 64 (-12.33%)
Mutual labels:  native
Node Native Ext Loader
Loader for Node native extensions
Stars: ✭ 51 (-30.14%)
Mutual labels:  native
Actor4j Core
Actor4j is an actor-oriented Java framework. Useful for building lightweighted microservices (these are the actors themselves or groups of them). Enhanced performance of message passing.
Stars: ✭ 48 (-34.25%)
Mutual labels:  native
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-19.18%)
Mutual labels:  sample-app
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (-39.73%)
Mutual labels:  sample-app
Str metrics
Ruby gem (native extension in Rust) providing implementations of various string metrics
Stars: ✭ 68 (-6.85%)
Mutual labels:  native
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+1289.04%)
Mutual labels:  native
Elm Ffi
An FFI interface for Elm
Stars: ✭ 50 (-31.51%)
Mutual labels:  native
Kattlo Cli
Kattlo CLI Project
Stars: ✭ 58 (-20.55%)
Mutual labels:  native
Visualmasm
Visual MASM - Assembly IDE for Microsoft MASM
Stars: ✭ 1,172 (+1505.48%)
Mutual labels:  native

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

  • [x] Full ES6+ support
  • [x] API Logging
  • [x] Controls (Switch, Slider, Tabbed Bar, Text Field, Alerts, Dialogs, ...)
  • [x] Views (Scroll View, List View, Image View, Blur View, Web View, ...)
  • [x] Services (Twitter, Facebook)
  • [x] 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.

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].