Skip to content

Instantly share code, notes, and snippets.

@zaki
Created June 14, 2011 10:25
Show Gist options
  • Save zaki/1024646 to your computer and use it in GitHub Desktop.
Save zaki/1024646 to your computer and use it in GitHub Desktop.
Titanium Appcelerator Platform Specific Examples

#iOS:

base_ui

  • Tabs
  • Window NavBar
  • Window Toolbar
  • Window Constructor
  • Animation
  • Nav Group
  • Modal Windows
  • Custom Fonts

controls

  • Button Bar
  • Tabbed Bar
  • System Buttons
  • Toolbar
  • Web Views
    • Local Eval
    • Local HTML
    • Inline HTML w/ Border
    • PDF URL
    • SVG URL
    • Local image
    • Local SVG
    • Local Pinch/Zoom
    • Webview controls
    • Auto Size
    • Partial Auto
  • ImageViews
    • Image Blob
    • Image Masking
    • Image Toolbar
  • ScrollViews
    • Scrollable View w/o Clipping
    • Scrolling Zoom+Pinch
  • TableViews
    • Table View (Layout 3)
    • Table View (Layout 4)
    • Table View (Layout 5)
    • Table Custom Header
    • Table Custom Footer
    • Table with Controls
    • Table with Controls 2
    • Update Row Objects
    • Table View w/Text Field
    • Headers with Filter
    • Table View Options
    • Table with Remote Images
    • Table with Remote Images 2
    • Table Custom Cell Selection
    • Grouped w/BG Image
    • Delete Mode
    • Delete Mode (2)
    • Delete Mode (3)
    • Move Mode
    • Table Grouped View
    • Table Empty AppendRow
    • Selectable Rows
    • Events
    • Touch Events
    • Edit and Move
    • No Scrolling
    • Pull to Refresh
    • Dynamic Scrolling
  • Textfield
    • Toolbar
    • Buttons on Textfields
    • Textfield in scrollview

mashup:

  • RSS

phone:

  • Screenshot
  • Save to Gallery
  • Shake
  • Record Video
  • Music
  • Proximity Events
  • App Badge
  • Status Bar
  • Push Notifications
  • Camera
    • Camera Custom Overlay
    • Camera Overlay Webview
    • Camera Augmented Reality
    • Save to Gallery (Auto)
    • Save to File

plaform:

  • Passing Data (windows)
  • Bonjour
  • Sockets
  • Movies
    • Remote Streaming
  • XHR
    • File upload

Android:

base_ui:

  • Preferences
  • Hide Soft Keyboard (Android)
  • Window Soft Input (Android)
  • Menu (Android)

controls:

  • ImageViews
    • Android drawable resource
  • Textfield
    • Soft Input Focus

phone:

  • Notfications

platform:

  • Android services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment