Managing Alloy.js global objects
Titanium is great. Alloy is great. The ability to build cross-platform apps with an MVC approach is GREAT but with great power comes great responsibility (and a few gotchas). One such thing to look out for is using Alloy.js especially when it comes to global variables. In “classic” Titanium, it was as simple as creating a variable […]