Archive for category titanium

Titanium tips: what can you do with Ti mobile?

Titanium Tips: What can you do with Titanium Mobile? from Appcelerator Video Channel on Vimeo.

Titanium Tutorials – Building an app part 1 – the tech.

I’m going to document the process I’m going through to build a full-fledged application in Titanium. My goal is to create an application that helps you manage your web-based game activity – almost like a newsreader for web games.

I’ve chosen Titanium because this application is a pseudo website/app. I need to be able to access RSS feeds, as well as display websites within my application, while I also need to store persistent information on the user’s desktop.

I’ve decided to use a combination of jQuery and Ext3.0 as a way to not only learn more about those libraries, but see how well Ext works within Titanium. I fully intend to use as many bells and whistles as possible as this is a dual-purpose app. I want to create something really great while also trying out as many features as possible.

I’m also testing out a new code highlighting feature for the site:

  1. /* this is a comment */
  2. alert("hello world");
  3. var foo = function(){
  4. test = 3;
  5. }

Starting Titanium Tutorials today. Have some links.

I’ve heard calls for folks starting out using Titanium to have some basic tutorials. Today I’ll be starting a series of posts about Titanium and try to give some tips and pointers as I build my own app. Stay tuned later today.

However it doesn’t make a lot of sense to post something without something useful for you now, so here’s a few links for you to get started.