How to organize JS files in a Appcelerator Titanium project
Titanium itself is essentially MVC given that your app.js file is the main controller and each View you create is the view and you pass (or set) model data against the view. In Titanium, you can decompose your application using a couple of nice built-in mechanisms: Titanium.include – Titanium.include allows you to include one or … Read more