SlideShare a Scribd company logo
Anarchist Guide to
                  Titanium UI
                           AN INTRODUCTION TO TITANIUM &
                                   PROTOTYPING




Wednesday, June 22, 2011
Vince Baskerville
    Co-Founder of TripLingo

    VP of Production
    TripLingo
    @whoisvince




Wednesday, June 22, 2011
TOPICS
                           What is Titanium
                           Requirements
                           Tools
                           Quick Peek
                           Q&A


Wednesday, June 22, 2011
What is Titanium
Wednesday, June 22, 2011
It’s a bad-ass framework
                           It’s a rapid application
                           development platform
                           Use your base source to develop to
                           multiple platforms & devices
                           iOS & Android currently for mobile


Wednesday, June 22, 2011
What’s inside?
                           300+ APIs
                           Full filesystem access
                           Internal SQLite database access
                           Built-in analytics
                           Use JavaScript, HTML5 & CSS3
                           Objective-C for modules
                           * more...
Wednesday, June 22, 2011
How does it work?
                           Pre-compiler
                            Optimizes your .js code


                           Front-end compiler
                            Generates platform-specific native code


                           Platform compiler & packager
                            Packaged for runing on the native simulator, device &/or
                            distribution




Wednesday, June 22, 2011
Requirements
                           Titanium Developer sdk
                            http://www.appcelerator.com/products/download/


                           iOS sdk & Xcode
                            http://developer.apple.com/


                           Java SDK & Android SDK
                            http://developer.android.com/sdk/index.html




Wednesday, June 22, 2011
Tools
             Kitchen Sink (sample app)
                   https://github.com/appcelerator/kitchensink

             API References
                   http://developer.appcelerator.com/apidoc/
                   mobile/latest

             Community Q&A
                   http://developer.appcelerator.com/
                   questions/newest

             AppU Training
                   http://training.appcelerator.com/



Wednesday, June 22, 2011
I <3 Coda

                                             My
               http://panic.com/coda/

           Tower (git gui)

                                           Workflow
               http://www.git-tower.com/

           CodaSet.com
               http://codaset.com/


Wednesday, June 22, 2011
Quick Peek
Wednesday, June 22, 2011
Project Structure
                           build
                             iphone
                           Info.plist
                           Resources
                             app.js
                             anotherView.js
                           manifest
                           tiapp.xml


Wednesday, June 22, 2011
Project Structure
                           build              Build directory
                             iphone            per platform
                           Info.plist
                           Resources
                             app.js
                             anotherView.js
                           manifest
                           tiapp.xml


Wednesday, June 22, 2011
Project Structure
                           build
                             iphone
                           Info.plist           Resource files;
                                                actual js code,
                           Resources
                                              images, db files, etc
                             app.js
                             anotherView.js
                           manifest
                           tiapp.xml


Wednesday, June 22, 2011
Project Structure
                           build
                             iphone
                           Info.plist
                           Resources
                             app.js           Project files
                             anotherView.js
                           manifest
                           tiapp.xml


Wednesday, June 22, 2011
Code Interface
                           Module
                             Titanium.UI
                           Object
                             Titanium.UI.Label
                           Object Factory
                             Titanium.UI.createLabel({})
                           Properties / Methods
                             ...({ top: 0, left: 44, text: ‘Spanish’ });
                           Event Handling
                             Button.addEventListener(click)

Wednesday, June 22, 2011
JSS vs Inline
                           Each method ends
                           with a semi-colon;
                                                Each except the last
                           Words are
                                                ends with a comma,
                           seperated with a
                           dash, ie:
                                                words are not
                           background-image:
                                                seperated, ie:
                                                backgroundImage:
                           file name needs to
                           match .js document
                           and be in same dir

Wednesday, June 22, 2011
Sooo... about that title


Wednesday, June 22, 2011
Titanium does a great job at giving you access
             to native buttons, tabs, etc; but you don’t have
                               to use them


Wednesday, June 22, 2011
Break the rules*
             Use the native controls for prototyping. Then if
               you can, create your own UI. Go crazy!




        *okay, so not really.. instead, you can bend & cheat some though.
Wednesday, June 22, 2011
TripLingo
        “This doesn't seem like it
    would function better than an
    app designed with apples ios
             guidelines in mind”

               “I love this app! Very
       intuitive and beautiful. Very
               cool idea. Good job”



Wednesday, June 22, 2011
Drilldown
                           95% custom UI
                           Prototype developed in 2 days
                           MVP in 2 weeks
                           v1.0 in 4 months
                           Possible because of Titanium (and
                           a bad-ass team!)
Wednesday, June 22, 2011
Code Demo


Wednesday, June 22, 2011
Questions?


Wednesday, June 22, 2011
Merci Beaucoup
                                        By: Vince Baskerville
                                   http://vincentjordan.com




Wednesday, June 22, 2011

More Related Content

Similar to Anarchist guide to titanium ui

Javascript framework and backbone
Javascript framework and backboneJavascript framework and backbone
Javascript framework and backboneDaniel Lv
 
Javascript Views, Client-side or Server-side with NodeJS
Javascript Views, Client-side or Server-side with NodeJSJavascript Views, Client-side or Server-side with NodeJS
Javascript Views, Client-side or Server-side with NodeJS
Sylvain Zimmer
 
Pycon2011 android programming-using_python
Pycon2011 android programming-using_pythonPycon2011 android programming-using_python
Pycon2011 android programming-using_python
George Goh
 
Entity Framework Today (May 2012)
Entity Framework Today (May 2012)Entity Framework Today (May 2012)
Entity Framework Today (May 2012)
Julie Lerman
 
2011 The Year of Web apps
2011 The Year of Web apps2011 The Year of Web apps
2011 The Year of Web apps
JungHyuk Kwon
 
2011 june-kuala-lumpur-gtug-hackathon
2011 june-kuala-lumpur-gtug-hackathon2011 june-kuala-lumpur-gtug-hackathon
2011 june-kuala-lumpur-gtug-hackathon
ikailan
 
Flowdock's full-text search with MongoDB
Flowdock's full-text search with MongoDBFlowdock's full-text search with MongoDB
Flowdock's full-text search with MongoDB
Flowdock
 
Android Development Slides
Android Development SlidesAndroid Development Slides
Android Development Slides
Victor Miclovich
 
Marcel bruch ide 2.0 ecoop 2011
Marcel bruch ide 2.0 ecoop 2011Marcel bruch ide 2.0 ecoop 2011
Marcel bruch ide 2.0 ecoop 2011
ruzannaChitchyan
 
Hands on iOS developments with jenkins
Hands on iOS developments with jenkinsHands on iOS developments with jenkins
Hands on iOS developments with jenkins
Arnaud Héritier
 
Continuous Delivery for Mobile R&D
Continuous Delivery for Mobile R&DContinuous Delivery for Mobile R&D
Continuous Delivery for Mobile R&DAnton Weiss
 
Breizh camp adobe flex et les mobiles
Breizh camp   adobe flex et les mobilesBreizh camp   adobe flex et les mobiles
Breizh camp adobe flex et les mobiles
Michael Chaize
 
Groke
GrokeGroke
Beginning Android Development
Beginning Android DevelopmentBeginning Android Development
Beginning Android Development
José Ferreiro
 
ITP / SED Day 2
ITP / SED Day 2ITP / SED Day 2
ITP / SED Day 2
Sami Niemelä
 
Secrets of the GWT
Secrets of the GWTSecrets of the GWT
Secrets of the GWT
David Chandler
 
JavaSE - The road forward
JavaSE - The road forwardJavaSE - The road forward
JavaSE - The road forwardeug3n_cojocaru
 
Android & Google Plus
Android & Google PlusAndroid & Google Plus
Android & Google PlusiMellon
 
Building Eclipse Plugins with Tycho
Building Eclipse Plugins with TychoBuilding Eclipse Plugins with Tycho
Building Eclipse Plugins with Tycho
jsievers
 
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
JavaScript as a Server side language (NodeJS): JSConf 2011, DhakaJavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
Nurul Ferdous
 

Similar to Anarchist guide to titanium ui (20)

Javascript framework and backbone
Javascript framework and backboneJavascript framework and backbone
Javascript framework and backbone
 
Javascript Views, Client-side or Server-side with NodeJS
Javascript Views, Client-side or Server-side with NodeJSJavascript Views, Client-side or Server-side with NodeJS
Javascript Views, Client-side or Server-side with NodeJS
 
Pycon2011 android programming-using_python
Pycon2011 android programming-using_pythonPycon2011 android programming-using_python
Pycon2011 android programming-using_python
 
Entity Framework Today (May 2012)
Entity Framework Today (May 2012)Entity Framework Today (May 2012)
Entity Framework Today (May 2012)
 
2011 The Year of Web apps
2011 The Year of Web apps2011 The Year of Web apps
2011 The Year of Web apps
 
2011 june-kuala-lumpur-gtug-hackathon
2011 june-kuala-lumpur-gtug-hackathon2011 june-kuala-lumpur-gtug-hackathon
2011 june-kuala-lumpur-gtug-hackathon
 
Flowdock's full-text search with MongoDB
Flowdock's full-text search with MongoDBFlowdock's full-text search with MongoDB
Flowdock's full-text search with MongoDB
 
Android Development Slides
Android Development SlidesAndroid Development Slides
Android Development Slides
 
Marcel bruch ide 2.0 ecoop 2011
Marcel bruch ide 2.0 ecoop 2011Marcel bruch ide 2.0 ecoop 2011
Marcel bruch ide 2.0 ecoop 2011
 
Hands on iOS developments with jenkins
Hands on iOS developments with jenkinsHands on iOS developments with jenkins
Hands on iOS developments with jenkins
 
Continuous Delivery for Mobile R&D
Continuous Delivery for Mobile R&DContinuous Delivery for Mobile R&D
Continuous Delivery for Mobile R&D
 
Breizh camp adobe flex et les mobiles
Breizh camp   adobe flex et les mobilesBreizh camp   adobe flex et les mobiles
Breizh camp adobe flex et les mobiles
 
Groke
GrokeGroke
Groke
 
Beginning Android Development
Beginning Android DevelopmentBeginning Android Development
Beginning Android Development
 
ITP / SED Day 2
ITP / SED Day 2ITP / SED Day 2
ITP / SED Day 2
 
Secrets of the GWT
Secrets of the GWTSecrets of the GWT
Secrets of the GWT
 
JavaSE - The road forward
JavaSE - The road forwardJavaSE - The road forward
JavaSE - The road forward
 
Android & Google Plus
Android & Google PlusAndroid & Google Plus
Android & Google Plus
 
Building Eclipse Plugins with Tycho
Building Eclipse Plugins with TychoBuilding Eclipse Plugins with Tycho
Building Eclipse Plugins with Tycho
 
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
JavaScript as a Server side language (NodeJS): JSConf 2011, DhakaJavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
 

More from Vincent Baskerville

Storytelling for product development
Storytelling for product developmentStorytelling for product development
Storytelling for product development
Vincent Baskerville
 
Mobile UX Design workshop
Mobile UX Design workshopMobile UX Design workshop
Mobile UX Design workshop
Vincent Baskerville
 
Introduction to LEAN UX
Introduction to LEAN UXIntroduction to LEAN UX
Introduction to LEAN UX
Vincent Baskerville
 
Wine & wireframes
Wine & wireframesWine & wireframes
Wine & wireframes
Vincent Baskerville
 
Create + execute a non-reactionary UX strategy
Create + execute a non-reactionary UX strategyCreate + execute a non-reactionary UX strategy
Create + execute a non-reactionary UX strategy
Vincent Baskerville
 
Mobile, Metrics & Mayhem
Mobile, Metrics & MayhemMobile, Metrics & Mayhem
Mobile, Metrics & Mayhem
Vincent Baskerville
 
Designing happiness
Designing happinessDesigning happiness
Designing happiness
Vincent Baskerville
 
Mobile analytics
Mobile analyticsMobile analytics
Mobile analytics
Vincent Baskerville
 
Designing for engagement
Designing for engagementDesigning for engagement
Designing for engagement
Vincent Baskerville
 
Being a UX team of one: Understanding strengths & weaknesses
Being a UX team of one: Understanding strengths & weaknessesBeing a UX team of one: Understanding strengths & weaknesses
Being a UX team of one: Understanding strengths & weaknesses
Vincent Baskerville
 
Semantics, less and sarcasm
Semantics, less and sarcasmSemantics, less and sarcasm
Semantics, less and sarcasm
Vincent Baskerville
 
Adapting to Your Users
Adapting to Your UsersAdapting to Your Users
Adapting to Your Users
Vincent Baskerville
 
Mobile UX Prototyping & Storytelling
Mobile UX Prototyping & StorytellingMobile UX Prototyping & Storytelling
Mobile UX Prototyping & Storytelling
Vincent Baskerville
 
Being a UX team of one: Understanding your strengths and weaknesses
Being a UX team of one: Understanding your strengths and weaknessesBeing a UX team of one: Understanding your strengths and weaknesses
Being a UX team of one: Understanding your strengths and weaknesses
Vincent Baskerville
 
Semantics, LESS and Sarcasm
Semantics, LESS and SarcasmSemantics, LESS and Sarcasm
Semantics, LESS and Sarcasm
Vincent Baskerville
 
Designing happiness
Designing happinessDesigning happiness
Designing happiness
Vincent Baskerville
 
Lean Usability Testing
Lean Usability TestingLean Usability Testing
Lean Usability Testing
Vincent Baskerville
 
Uxd codestrong
Uxd codestrongUxd codestrong
Uxd codestrong
Vincent Baskerville
 
Productizing yourself
Productizing yourselfProductizing yourself
Productizing yourself
Vincent Baskerville
 

More from Vincent Baskerville (20)

Storytelling for product development
Storytelling for product developmentStorytelling for product development
Storytelling for product development
 
Mobile UX Design workshop
Mobile UX Design workshopMobile UX Design workshop
Mobile UX Design workshop
 
Introduction to LEAN UX
Introduction to LEAN UXIntroduction to LEAN UX
Introduction to LEAN UX
 
Wine & wireframes
Wine & wireframesWine & wireframes
Wine & wireframes
 
Create + execute a non-reactionary UX strategy
Create + execute a non-reactionary UX strategyCreate + execute a non-reactionary UX strategy
Create + execute a non-reactionary UX strategy
 
UXD lesson 1 - Intro To UX
UXD lesson 1 - Intro To UXUXD lesson 1 - Intro To UX
UXD lesson 1 - Intro To UX
 
Mobile, Metrics & Mayhem
Mobile, Metrics & MayhemMobile, Metrics & Mayhem
Mobile, Metrics & Mayhem
 
Designing happiness
Designing happinessDesigning happiness
Designing happiness
 
Mobile analytics
Mobile analyticsMobile analytics
Mobile analytics
 
Designing for engagement
Designing for engagementDesigning for engagement
Designing for engagement
 
Being a UX team of one: Understanding strengths & weaknesses
Being a UX team of one: Understanding strengths & weaknessesBeing a UX team of one: Understanding strengths & weaknesses
Being a UX team of one: Understanding strengths & weaknesses
 
Semantics, less and sarcasm
Semantics, less and sarcasmSemantics, less and sarcasm
Semantics, less and sarcasm
 
Adapting to Your Users
Adapting to Your UsersAdapting to Your Users
Adapting to Your Users
 
Mobile UX Prototyping & Storytelling
Mobile UX Prototyping & StorytellingMobile UX Prototyping & Storytelling
Mobile UX Prototyping & Storytelling
 
Being a UX team of one: Understanding your strengths and weaknesses
Being a UX team of one: Understanding your strengths and weaknessesBeing a UX team of one: Understanding your strengths and weaknesses
Being a UX team of one: Understanding your strengths and weaknesses
 
Semantics, LESS and Sarcasm
Semantics, LESS and SarcasmSemantics, LESS and Sarcasm
Semantics, LESS and Sarcasm
 
Designing happiness
Designing happinessDesigning happiness
Designing happiness
 
Lean Usability Testing
Lean Usability TestingLean Usability Testing
Lean Usability Testing
 
Uxd codestrong
Uxd codestrongUxd codestrong
Uxd codestrong
 
Productizing yourself
Productizing yourselfProductizing yourself
Productizing yourself
 

Recently uploaded

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 

Anarchist guide to titanium ui

  • 1. Anarchist Guide to Titanium UI AN INTRODUCTION TO TITANIUM & PROTOTYPING Wednesday, June 22, 2011
  • 2. Vince Baskerville Co-Founder of TripLingo VP of Production TripLingo @whoisvince Wednesday, June 22, 2011
  • 3. TOPICS What is Titanium Requirements Tools Quick Peek Q&A Wednesday, June 22, 2011
  • 5. It’s a bad-ass framework It’s a rapid application development platform Use your base source to develop to multiple platforms & devices iOS & Android currently for mobile Wednesday, June 22, 2011
  • 6. What’s inside? 300+ APIs Full filesystem access Internal SQLite database access Built-in analytics Use JavaScript, HTML5 & CSS3 Objective-C for modules * more... Wednesday, June 22, 2011
  • 7. How does it work? Pre-compiler Optimizes your .js code Front-end compiler Generates platform-specific native code Platform compiler & packager Packaged for runing on the native simulator, device &/or distribution Wednesday, June 22, 2011
  • 8. Requirements Titanium Developer sdk http://www.appcelerator.com/products/download/ iOS sdk & Xcode http://developer.apple.com/ Java SDK & Android SDK http://developer.android.com/sdk/index.html Wednesday, June 22, 2011
  • 9. Tools Kitchen Sink (sample app) https://github.com/appcelerator/kitchensink API References http://developer.appcelerator.com/apidoc/ mobile/latest Community Q&A http://developer.appcelerator.com/ questions/newest AppU Training http://training.appcelerator.com/ Wednesday, June 22, 2011
  • 10. I <3 Coda My http://panic.com/coda/ Tower (git gui) Workflow http://www.git-tower.com/ CodaSet.com http://codaset.com/ Wednesday, June 22, 2011
  • 12. Project Structure build iphone Info.plist Resources app.js anotherView.js manifest tiapp.xml Wednesday, June 22, 2011
  • 13. Project Structure build Build directory iphone per platform Info.plist Resources app.js anotherView.js manifest tiapp.xml Wednesday, June 22, 2011
  • 14. Project Structure build iphone Info.plist Resource files; actual js code, Resources images, db files, etc app.js anotherView.js manifest tiapp.xml Wednesday, June 22, 2011
  • 15. Project Structure build iphone Info.plist Resources app.js Project files anotherView.js manifest tiapp.xml Wednesday, June 22, 2011
  • 16. Code Interface Module Titanium.UI Object Titanium.UI.Label Object Factory Titanium.UI.createLabel({}) Properties / Methods ...({ top: 0, left: 44, text: ‘Spanish’ }); Event Handling Button.addEventListener(click) Wednesday, June 22, 2011
  • 17. JSS vs Inline Each method ends with a semi-colon; Each except the last Words are ends with a comma, seperated with a dash, ie: words are not background-image: seperated, ie: backgroundImage: file name needs to match .js document and be in same dir Wednesday, June 22, 2011
  • 18. Sooo... about that title Wednesday, June 22, 2011
  • 19. Titanium does a great job at giving you access to native buttons, tabs, etc; but you don’t have to use them Wednesday, June 22, 2011
  • 20. Break the rules* Use the native controls for prototyping. Then if you can, create your own UI. Go crazy! *okay, so not really.. instead, you can bend & cheat some though. Wednesday, June 22, 2011
  • 21. TripLingo “This doesn't seem like it would function better than an app designed with apples ios guidelines in mind” “I love this app! Very intuitive and beautiful. Very cool idea. Good job” Wednesday, June 22, 2011
  • 22. Drilldown 95% custom UI Prototype developed in 2 days MVP in 2 weeks v1.0 in 4 months Possible because of Titanium (and a bad-ass team!) Wednesday, June 22, 2011
  • 25. Merci Beaucoup By: Vince Baskerville http://vincentjordan.com Wednesday, June 22, 2011