iPhone Prototyping with Flex – Part 3: Changing Display

After I sketched the basic structure of our iPhone prototype in the last post, I will now continue to add some functionality.


After I sketched the basic structure of our iPhone prototype in the last post, I will now continue to add some functionality.

A quite nice feature of Flex that I came across recently is the …rest parameter in as3. You can specify some parameters. Because of the …rest parameter, you can pass additional parameters as many as you want. But the …rest must be placed at the end:

getty image
With Ajax you can nicely load asynchronously data without having to reload the whole webpage. Nothing new about that. But as I mentioned previously (article) Jeff Johnson points out 3 human deadlines (0.1 sec, 1 sec, 10 sec) that have to be kept in mind, when developing web applications.
