Skip to Content
Appcelerator Titanium: Up and Running
book

Appcelerator Titanium: Up and Running

by John Anderson
March 2013
Intermediate to advanced
151 pages
3h 47m
English
O'Reilly Media, Inc.
Content preview from Appcelerator Titanium: Up and Running

Chapter 5. Becoming a Capable Control Freak

Controls are the way mobile users do things with their devices, such as pressing buttons, choosing items from option lists, and navigating among tabs. One of Titanium’s great advantages in comparison with some other environments that produce native apps is that Titanium uses native controls. When you ask Titanium for a button, the button that an iPhone user gets is the same button that a native app would use, and so on. This is a win-win-win situation, for the following reasons:

  • Users running your app see and interact with native controls in the ways they are accustomed to. So on iOS, a slider looks like the same native slider users see in other apps, whereas Android users see an “Android” slider. This makes users more comfortable using the app, and ensures that the control supports all the features they expect.

  • Using native controls saves you the trouble of rebuilding them in HTML5/CSS/JavaScript. HTML5/CSS is a powerful combination and gives you incredible control over the UI, and it’s possible to create user controls in HTML5/CSS. But it’s also a lot of work, whereas Titanium lets you create a native control with a single line of code.

  • Native controls perform better and require less device resources to render and interact with. They are compiled components, so they run much more efficiently than anything you can create in HTML. Remember that anything in HTML has to run through a web browser, chromeless or not, and this is a very “heavy” ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Building Cross-Platform Apps using Titanium, Alloy, and Appcelerator Cloud Services

Building Cross-Platform Apps using Titanium, Alloy, and Appcelerator Cloud Services

Aaron Saunders
Real World .NET 4, C#, and Silverlight®: Indispensible Experiences from 15 MVPs

Real World .NET 4, C#, and Silverlight®: Indispensible Experiences from 15 MVPs

Bill Evjen, Dominick Baier, György Balássy, Gill Cleeren, David Giard, Alex Golesh, Kevin Grossnicklaus, Caleb Jenkins, Jeffrey Juday, Vishwas Lele, Jeremy Likness, Scott Millett, Christian Nagel, Christian Weyer, Daron Yöndem

Publisher Resources

ISBN: 9781449329549Errata Page