Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Titanium User Group Feb 2014 Austin Meetup

Jae W. Lee
February 13, 2014

Titanium User Group Feb 2014 Austin Meetup

Meetup Agenda
1. Titanium Intro
2. Titanium App Demo (Live Coding)
3. Developer Resources

Jae W. Lee

February 13, 2014
Tweet

More Decks by Jae W. Lee

Other Decks in Programming

Transcript

  1. February 12th 2014 at TechRanch Austin Titanium User Group -

    Austin Meetup Jae Lee Founder of Movable Ads LLC
  2. Titanium enables web developers to create native mobile and tablet

    applications using open web technologies (JavaScript, HTML, and CSS)
  3. For you web developers… A “window” is analogous to a

    “page” A “view” is analogous to a “div” Ti.UI namespace provides many specialized controls (buttons, text fields, pickers, maps, scroll views) UI objects are composed in JavaScript similarly to DOM fragments
  4. Event Handling Similar To JavaScript in the browser Can use

    addEventListener on nearly any JS object Can programmatically fire events on objects as well
  5. Why use Titanium? Not limited to specific platforms Reduce time

    spent learning multiple languages Support the one codebase
  6. The Build Creating a database structure Adding records to a

    database Listing all the items from a database Updating an existing item from a database Deleting items from a database based on a filter Navigating through the data structure of a TableView component