Twitter Search Demo using Robotlegs and Signals
In light of my recent post about why Robotlegs benefits from AS3-Signals I thought it was only fitting that I updated my Twitter Search demo! This was really easy to do; partly because the demo is so small. It also allowed me to use interfaces to reference view components in the mediators (one of the advantages of using Signals). The use of interfaces makes it really easy to swap out the view for something different, like a mobile version, without changing any core functionality. Anyway, click the image below to view the demo; view source is enabled and I’ve included the libs and html-template folders this time so it should be easier for you to compile!


So the question is; Robotlegs & Signals, or PureMVC?
March 8th, 2010I would say definitely Robotlegs. There’s so much less boiler-plate code than there is with PureMVC. There’s a couple of quirks, but far less than PureMVC I think.
March 8th, 2010[...] « Twitter Search Demo using Robotlegs and Signals [...]
March 16th, 2010