Fokke Zandbergen

app imagineer

Supporting multiple widget controllers

Update: The pull request for this feature has been accepted. If you require a widget in a XML view like this:

It generates code like this:

Let’s take a look at the code for createWidget in alloy.js:

Multiple view-controllers As you can see, the second argument specifies the controller to require from […]

Getting started with Alloy

This blog accompanies the in-depth introduction to Alloy I did at the Appcelerator Titanium Amsterdam meetup on January 28th. You can find the slides and demo code here: Slides: https://speakerdeck.com/fokkezb/alloy Demo code: https://github.com/FokkeZB/AlloyDemo Widgets code: http://github.com/FokkeZB Want to get started with Alloy? Here’s what you need: Getting it Download and install Titanium Studio 3.x Create a new […]