Book Image

Appcelerator Titanium Smartphone App Development Cookbook

By : Boydlee Pollentine
Book Image

Appcelerator Titanium Smartphone App Development Cookbook

By: Boydlee Pollentine

Overview of this book

<p>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.<br /><br />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.<br /><br />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.</p>
Table of Contents (18 chapters)
Appcelerator Titanium Smartphone App Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Joining the iOS Developer Program


In order to submit applications to the iTunes store, you must first pay to become a member of the Apple's iOS Developer Program. Membership is paid, and starts from $99 USD (or equivalent), recurring annually. Even if you intend to develop and distribute your apps for free, you will still need to be a paid member of the iOS Developer Program. It is worth noting up front that only Mac users can follow and implement the steps for the iOS recipes since the building and distribution of iOS apps is only available to those running the Mac OSX operating system.

How to do it…

To register for Apple's iOS program, first open up a web browser and navigate to http://developer.apple.com/programs/register, and click on the Get Started link. The following page that loads will then ask you if you want to create a new Apple ID or use an existing one. Unless you have registered for some of Apple's developer services before, you should choose the Create New Profile link.

Once...