Titanium application structure – learning from Tweetanium
Up until recently, like so many other lost souls, we've followed the same Titanium application structure as Appcelerator's KitchenSink application. In this paradigm, when you want to open a new window, you'd typically do something like this:
Inside somefile.js the window would be populated with controls, using the Ti.UI.currentWindow reference. We can access the...