Appcelerator Titanium Smartphone App Development Cookbook and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Appcelerator Titanium Smartphone App Development Cookbook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Appcelerator Titanium Smartphone App Development Cookbook [Paperback]

Boydlee Pollentine
3.3 out of 5 stars  See all reviews (10 customer reviews)

List Price: $44.99
Price: $40.49 & FREE Shipping. Details
You Save: $4.50 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, June 20? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $14.57  
Paperback $40.49  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

December 16, 2011

Over 80 recipes for creating native mobile applications specifically for iPhone and Android smartphones – no Objective-C or Java required with this book and ebook

Overview

  • Leverage your JavaScript skills to write mobile applications using Titanium Studio tools with the native advantage!
  • Extend the Titanium platform with your own native modules
  • A practical guide for packaging and submitting your apps to both the iTunes store and Android Marketplace
  • Part of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible

In Detail

Appcelerator Titanium Mobile allows developers to realize their potential to develop full native iPhone and Android applications by using free Titanium Studio tools without the need to know Objective-C or Java. This practical hands-on cookbook shows you exactly how to leverage the Titanium API to its full advantage and become confident in developing mobile applications in no time at all.

Appcelerator Titanium Smartphone App Development Cookbook offers a set of practical and clear recipes with a step-by-step approach for building native applications for both the iPhone and Android platforms using your existing knowledge of JavaScript.

This cookbook takes a pragmatic approach to using your JavaScript knowledge to create applications for the iPhone and Android platforms, from putting together basic UIs to handling events and implementation of third party services such Twitter, Facebook and Push notifications. This book shows you how to utilize both remote and local datasources using XML, JSON and the SQLite database system. The topics covered will guide you to use popular Titanium Studio tools effectively and help you leverage all the advanced mobile features such as Geolocation, Accelerometer, animation and more. Finally, you'll learn how to register developer accounts and how to publish your very own apps to the Android and Apple marketplaces.

What you will learn from this book

  • Design compelling interfaces using native components
  • Consume remote data sources using both XML and JSON
  • Utilize SQLite to leverage local data capture and offline storage
  • Integrate with Google Maps and learn how to draw routes, use the compass, create annotations and more
  • Create brilliant layout effects using animations and transitions
  • Integrate with social media such as Twitter and Facebook
  • Integrate with third party services including FourSquare and Urban Airship Push notifications
  • Take full advantage of your device's camera and audio capture capabilities

Approach

Written in a cookbook style, this book offers solutions using a recipe-based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. The cookbook approach means you can dive into whatever recipes you want in no particular order.

Who this book is written for

This book is an essential for any developer who possesses some JavaScript or web development knowledge and wishes to take a leap into building native applications for both the iPhone and Android. No knowledge of Objective C and Java is required.


Frequently Bought Together

Appcelerator Titanium Smartphone App Development Cookbook + jQuery Mobile: Up and Running
Price for both: $58.85

Buy the selected items together
  • jQuery Mobile: Up and Running $18.36


Editorial Reviews

About the Author

Boydlee Pollentine

Boydlee Pollentine is a keen iPhone and Appcelerator developer who has created numerous apps for the iTunes and Android store and some indie games. He is passionate about mobile development and in particular the Appcelerator Titanium platform. He has been a software engineer and programmer for the last 10 years, primarily focused on web technologies and Microsoft's .NET platform.


Product Details

  • Paperback: 308 pages
  • Publisher: Packt Publishing (December 16, 2011)
  • Language: English
  • ISBN-10: 1849513961
  • ISBN-13: 978-1849513968
  • Product Dimensions: 7.5 x 0.6 x 9.2 inches
  • Shipping Weight: 1.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.3 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #491,068 in Books (See Top 100 in Books)

Customer Reviews

Most Helpful Customer Reviews
13 of 13 people found the following review helpful
5.0 out of 5 stars But this book now January 22, 2012
Format:Paperback
I have been waiting on a book that covers Appcelerator and Titanium SDK and this appears to be the first one on the market. The author does a great job at presenting the material and I followed along through all of the example applications in the book. Where things began to fall apart is with some key errors in the code and a lot of the example applications don't work.

eg:
Chapter 1: The charting does not function. The content references a chart.js file but that is no where to be found in either the downloaded code or in the library if downloaded from the developers site.
Chapter 1: A couple of typos in the example code in the book that is not present in the example code downloads (for instance, too many }) in one of font declarations for a label

Chapter 2: The stock recipeFinder application fails to download any items from the included url to do the fetching

If the publisher and author can issue an errata update and fix the sample code, this would be a must buy book if you are looking to get into mobile development. In the meantime, read the book for the great content but don't expect all the code to work as is.

*** Update *** The author replied to my original comments and provided the errata code to fix the issues that found. After reading this book once, I continue to go back to it as a quick reference on how to implement things in Titanium. If you are interested in learning Titanium, you should absolutely buy this book. It is much better than the documentation that Appcelerator provides.
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars Excellant Cross Platform Reference Guide ! February 3, 2012
Format:Paperback
I had the pleasure to read Boydlee's cookbook on Appcelerator Titanium and boy(d) I was glad to find the book very extensive, from simple examples to working with social media API as well as writing custom modules. This book is a must buy for diehard HTML5 developers and over-the-night app developers and for anyone still thinking over the million dollar question "Html5-vs-Native for app development"

Chapter 1 explores the UI components available within Titanium, some other highlights include

1)Option Dialog box is a good topic, gives the perfect native feel.
2)Raphael.JS example is awesome - Example shows how easy it is to integrate external JavaScript libraries in Appcelerator and yet feel Native!!

Chapter 2 deals with Local Data and WebServices, highlights of this chapter

1)XML, JSON and SQLite - All methods of data parsing and storage explored.
2)TableView and Search filter.
3)Pull Down to refresh - Excellent example depicting the use of twitter client like "Pull down to refresh" logic.

A very big advantage of Appcelerator Titanium over other HTML5 solutions like PhoneGap is the ability to "Load a pre-populated database within your app", which is again nicely explained in the book, so now you can build a prepackaged SQLite database with PHP or any language and install that database in your mobile app.

Chapter 3 deals with Maps, not much circling here J , examples are straightforward. The routes example is good way to depict distance calculation using Google API.

Chapter 4 involves Audio, Video and Camera: Capturing, Viewing and playing Photos, Audio and Video is covered in great detail, including the ability to store the recorded media on the device.
... Read more ›
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
4.0 out of 5 stars This covers everything! February 23, 2012
Format:Paperback
I was given an early copy of the book "Appcelerator Titanium Smartphone App Development Cookbook" for a review on my blog and on amazon.

Disclaimer: I have done some Titanium Development in the past, however it was mostly copy-paste from the kitchen sink application, since my JavaScript skills weren't that good.

The book is basically a direct dive into mobile development with Titanium, which is great. No long history lessons or theory lessons on why windows and views are the way they are.

The structure of the book is very friendly. every chapter starts with a quick introduction about what the reader is going to build next, some sample code and an in-depth explanation on what the code does. It does, however assume a basic knowledge of HTML, CSS and JavaScript. If you don't know anything about these languages, I suggest you quickly google it and build some simple pages with it, to get familiar. He also assumes that you work with Titanium Studio, Appcelerator's own IDE. So before you dive in make sure that you have installed the IDE properly and setup the according SDK's (iOS and Android).

The first chapter starts with a very simple application, which explains the basic Ui components of a mobile application. You have to build your knowledge on windows and views before you can do complex applications. Boydlee does a great job of explaining almost every line of code (whether through line-comments or through the explanation after the code).

After covering the basics, you're basically building one cool app after another.
... Read more ›
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars Decent Titanium text
If you are looking for a Appcelerator Titanium book to introduce you to the material and process, then this cookbook will help you. Read more
Published 6 months ago by B. Schwarzenbek
4.0 out of 5 stars Buen Libraco!
Interesante Libro, es una guia para desarrollar aplicaciones multi-plataforma en dispositivos moviles. Facilita no telener que googlear todo. Read more
Published 6 months ago by Rodrigo Cuevas
1.0 out of 5 stars None (Most?) of the examples do not work.
Hi-

Programing apps can be complex. This book starts with a 200 plus line example. It doesn't work (the "Chart" program causes an error). That is Chapter 1. Read more
Published 9 months ago by Bob from New York
2.0 out of 5 stars Seriously? First Impressions are not good.
If you're going to write a cookbook, the first thing you need to know is that your prospective readers have a working cooker. Read more
Published 10 months ago by glannagaul
1.0 out of 5 stars Mistake after Mistake
This book contains nothing but outdated information and broken links. Also it does not address any issues you will have in development along the way. Read more
Published 10 months ago by C. Hardy
4.0 out of 5 stars Appcelerator Titanium Cookbook
I was recently fortunate enough to receive a review copy of "Appcelerator Titanium Smartphone App Development Cookbook" by Boydlee Pollentine from Packt Publishing. Read more
Published 15 months ago by Eric Selje
4.0 out of 5 stars Excellent Read - Very Useful!
I wish this book were available when I started developing in Titanium approximately a year ago. Though the Titanium site offers documentation and introductory videos, there's... Read more
Published 16 months ago by Phil Sweeney
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category