th 2015 RVAjs Bruce Pulley Andrew Rumbley Who are these guys Bruce Pulley pulleymb bruceshockoecom Senior Mobile Applications Developer Andrew Rumbley rumbleyam andrewshockoecom ID: 626730 Download Presentation
Who am I?. Nic. . Jansma. Spent 6 years . as a . dev. at Microsoft - . Win 7 & IE 9/10 . Perf. Teams. Recently founded Wolverine . Digital. Developing high-performance websites and apps. nic@nicj.net.
with Titanium. Dane Baldwin. Nathan Brown. David Riggleman. Titanium. Titanium is a cross platform mobile development tool. Allows the java script to be compiled into native mobile code. It now powers over 1,000 native apps per month.
Before placing redemption request please view list of outlets where GV is accepted by visiting wwwhdfcbankcom Products Cards Credit Card Rewards program Gift Vouchers once redeemed cannot be cancelled revalidated My Apparel 3150 1690 1580 180 9
Josef . Stráský. Titanium as element. History. Titanium in nature. Isolation of titanium from minerals. Industrial production. Prin. c. ipal. properties. Applications. Lecture. 1 . Titanium. : . properties.
Selva’s. poems. By : Loreena Cain. A Song For Wall street . The part that my song is most like is. “But for your dollar, your dirty dollar,. your greenish leprosy,. It’s only hatred you shall get .
The chemical element Titanium has the symbol Ti and atomic number 22.. Pure titanium is a transition metal with a lustrous silver-white color. . Titanium will always be found bonded with another element it does not naturally occur on its own in a pure form..
Titanium Dioxide Market report provides the future growth trend of the market based on in-depth research by industry experts.The global and regional market share along with market drivers and restraints are covered in the report. View More @ https://www.valuemarketresearch.com/report/titanium-dioxide-market
Boone Titanium Rings is the industry leader in Meteorite Rings, Carbon fiber inlay, and Hardwood inlay rings. We pioneered the use of these materials in titanium rings. We are also leaders in titanium tension sets, making the tough asymmetric designs that others can't do. We have a complete line of Black Zirconium rings, including tension set engagement rings.
Learning Objectives. To be able to . recall. properties and uses of aluminium and titanium. To be able to . describe. the process of aluminium extraction. To be able to . explain. why the extraction of aluminium and titanium are so expensive.
Learning Objectives. To be able to . recall. properties and uses of aluminium and titanium. To be able to . describe. the process of aluminium extraction. To be able to . explain. why the extraction of aluminium and titanium are so expensive.
th. , 2015. RVA.js. Bruce Pulley. Andrew Rumbley. Who are these guys?. Bruce Pulley (@. pulleymb. ). bruce@shockoe.com. Senior Mobile Applications Developer. Andrew Rumbley (@. rumbleyam. ). andrew@shockoe.com.
Download Presentation - The PPT/PDF document "Appcelerator Titanium January 6" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Slide1
Appcelerator TitaniumJanuary 6th, 2015RVA.jsBruce PulleyAndrew RumbleySlide2
Who are these guys?Bruce Pulley (@pulleymb)bruce@shockoe.comSenior Mobile Applications DeveloperAndrew Rumbley (@rumbleyam)andrew@shockoe.comSenior Mobile and Web Applications DeveloperShockoe.com LLC,Taming the Mobile MonsterSlide3
What are we talking about?Appcelerator Titanium BasicsTitanium Alloy MVC FrameworkNuances associated with creating cross platform applicationsSlide4
How are Apps Developed?Android:-Java based SDK-Compiles on Windows, Linux, and OSX-Provides IntelliJ based IDE: Android StudioiOS:-Objective-C based SDK (or Swift…)-Compiles on OSX only-Provides Xcode IDESlide5
Cross Platform DevelopmentTwo different development teamsTwo different skill sets (Objective-C and Java)No code reuseTwice the development and maintenance effortSlide6
How can we make this manageable?Slide7Slide8
What is Appcelerator Titanium?Cross Platform Mobile Applications FrameworkAllows you to write your apps in JavaScriptCan compile for iOS and AndroidPromotes code reuseProvides an Eclipse based IDESlide9
How does Titanium work?Slide10
Sample Applicationvar win = Ti.UI.createWindow({ backgroundColor: '#000', navBarHidden: true});var label = Ti.UI.createLabel({ text : 'Hello RVA.js', color : '#F47D2A', font : { fontSize: 50 }
});var logo = Ti.UI.createImageView
({
image : '
shockoe.png
',
bottom : 10,
right : 10
});
win.add
(label);
win.add
(logo);
win.open
();Slide11
Example: Downloading a file (Android)Slide12
Example: Downloading a file (iOS)Slide13
Example: Downloading a file (Ti)Slide14
What components are available to me?API Documentation provided at:http://docs.appcelerator.com/titanium/3.0/UI ElementsGeolocationNetworkingMedia PlaybackStreamsFilesystem AccessGesture Support….Slide15
Example: UI ElementsSlide16
Example: UI AnimationsSlide17
Example: Network CallsSlide18
Example: MediaSlide19
Example: GeolocationSlide20
Adding structure with Titanium AlloySlide21
What is MVC?Software architectural pattern for implementing user interfaces.Divides a given software application into three interconnected parts:ModelViewControllerSlide22
Titanium Alloy StructureThe project is divided into three main foldersViewsStylesControllersSlide23
ViewsXMLDescribes the basic UI structure of an alloy projectSlide24
StylesTSS (Titanium Style Sheets)Defines the style of UI componentsLike CSS, supports styling by id or classSlide25
ControllersContains the business logic of the applicationUsed to manipulate the UI defined in the XMLCan create classic Titanium elements and add them to the View hierarchySlide26
CommonJS LibrariesExisting JS libraries can be used with TitaniumGreat for components that are used by multiple controllersAlloy includes several built-ins:-BackboneJS-MomentJS-UnderscoreJSSlide27
WidgetsEncourages code reuseUse a component in multiple projectsDistribute your components for the benefit of othersMake use of components others have createdSlide28
ThemesAllow you to create different UI for multiple applications that should behave the same wayHas a self-contained MVC structureWill merge with base styles to create fully realized app-specific styles Slide29
Platform Specific NuancesSlide30
Why do platform specific code?Android and iOS users expect different things.Popovers (iOS)Hardware back button (Android)PickersIconsSlide31
How?XMLTSSJSSlide32
ModulesNative code that can be used from your Titanium codeAdvantagesPerformanceFunctionalityDisadvantagesSame as native developmentSlide33
Questions?Slide34
Who were those guys?Bruce Pulley (@pulleymb)bruce@shockoe.comSenior Mobile Applications DeveloperAndrew Rumbley (@rumbleyam)andrew@shockoe.comSenior Mobile and Web Applications DeveloperShockoe.com LLC,Taming the Mobile Monster
© 2021 docslides.com Inc.
All rights reserved.