Skip to content

Instantly share code, notes, and snippets.

@vindriaoc
vindriaoc / emacs titanium dictionary
Created April 23, 2011 04:19 — forked from mogya/emacs titanium dictionary
emacs titanium dictionary
Titanium
Titanium.addEventListener
Titanium.fireEvent
Titanium.include
Titanium.removeEventListener
Titanium.userAgent
Titanium.version
Titanium.API
Titanium.API.addEventListener
Titanium.API.debug
@vindriaoc
vindriaoc / TableViewNeverending.js
Created April 22, 2011 22:31 — forked from mschmulen/TableViewNeverending.js
Titanium tableView with a continuous amount of data.
//
// in this demo, we simply show how you could dynamically scroll
// with a continuous amount of data in the tableview by detecting
// when the user's scroll position gets near the end of the table
// and start a background fetch of new data and seamlessly append
// the new data to the table automatically
//
var win = Ti.UI.createWindow();