Titanium Mobile Tutorials
For users that are brand new to Titanium Mobile, please check out the Getting Started Guide.
A CRUD Application for iPhone and Android
In this tutorial, you will learn how to use Titanium Mobile to develop a rich mobile client for RESTful web services implemented using Ruby on Rails. This example also uses the jQuery JavaScript library. Neither RoR nor jQuery are required for Mobile applications - you can use the server side framework and JavaScript framework of your choice to develop your application.
Warning, this isn't really a Titanium mobile app built using Ruby. Titanium mobile does not support executing Ruby code in the application like Titanium Desktop. Currently, Titanium Mobile only supports Javascript. The Rails portion has to be run as it's own server and is used as the api that the Titanium example connects to for web services.
The source code for this tutorial is located on GitHub.
Dynamic Table Views
In this tutorial, you will learn how to dynamically load data from a AJAX web services written in PHP. The PHP service returns a set of quotes by famous people from a MySQL database and the application dynamically displays the data. It also demonstrates how you can do client-side pagination of data to a remote web service.
The video tutorial for this example can be found on the Appcelerator Video Channel. The source code of to this tutorial is located on GitHub.
Titanium Mobile Dev Center