-
Notifications
You must be signed in to change notification settings - Fork 15
Examples
Pier Paolo Ramon edited this page Mar 3, 2015
·
4 revisions
This are prominent examples of usage of titaniumifier.
You can also explore all the modules available through gitTio.
A porting of @tj’s superagent.
- Wraps a Node.js/browser package to add support for Titanium SDK.
- Exposes itself simply as
superagent
on Titanium SDK. - Available in npm as
ti-superagent
to be used as a dependency. - Continuous integration through Travsi CI (see its
.travis.yml
)
A simple two-way data-binding library for Appcelerator's Alloy framework for Titanium.
- Exposes itself as
nano
on Titanium SDK. - Available in npm as
ti-nano
to be used as a dependency.
Liferay JSON WS wrapper for Node.js and Titanium SDK.
- Written (once) for both Node.js and Titanium SDK.
- Uses
superagent
and replaces it withti-superagent
on Titanium SDK. - Tests are written once and executed both on Node.js and Titanium SDK.
HTML to Ti.UI.iOS.AttributedString parser for Titanium.
- Exposes itself as
nl.fokkezb.html2as
(standard extended format) on Titanium SDK. - Available in npm as
ti-html2as
to be used as a dependency. - Used by XP.UI for Alloy to provide a polyfill between Android’s
Label#html
and iOS’Label#attributedString
.
Simple self-generating API layer for Titanium.
- Self-generates methods automatically from on a single config
- Integrate with a REST API with less code
- Validates and warns of missing parameters
Titaniumifier is humbly made by the spry ladies and gents at SMC
© Copyright 2016 SMC Treviso S.r.l. — Licensed under LGPL 2.1