Sample Applications and Source Code
Here are a few free sample applications including source code developed with Titanium Mobile:
- The Kitchen Sink : A comprehensive example of many of the Titanium Mobile UI and Device APIs
- Yelpr : A web service client that leverages web services from the popular review website Yelp.com
- Note-orious : A simple CRUD (Create/Read/Update/Delete) application leveraging Ruby on Rails RESTful web services and Titanium Mobile to create a mobile web service client
- Snapost : A TwitPic Client leveraging native UI controls and Network capabilities
- Dynamic Table Tutorial : Sample application to demonstrate Dynamic Tables loaded from web service
- Web Service Call Tutorial : Sample app demonstrating how to take user input, make a web service call, and display results. This app takes a US ZIP code and returns the city, state for that ZIP code.
- OpenGL demo : demo that shows how to create an OpenGL based module that combines a native OpenGL drawing surface with a composite view in Titanium.
- Camera Overlay demo : demo that shows how to add an image overlay on top of a camera view using iPhone module. This demo requires iPhone SDK 3.1+.
- Yahoo Finance Tech Ticker : demo that shows a more complex layout using Yahoo Finance iPhone application's Tech Ticker for inspiration.
Titanium Mobile Dev Center