Are there any standard tools for work between designers and developers, especially for designer to explain flow and animations (e.g. animation of components on ipad)?
|
closed as not constructive by gnat, Walter, Karl Bielefeldt, Jim G., Jalayn Aug 22 '12 at 6:42
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Something that's available for Silverlight/Windows Phone 7/Windows 8 that's really cool and I wish other toolmakers would pay attention to is Expression Blend, which lets designers and developers work on the same file. On those platforms you define your user interface using an XML schema called XAML, the designer can concentrate on the layout and assets while the developer concentrates on data bindings, but both can collaborate on the same format. On other platforms, many of the designers I've worked with use Balsamiq Mockups or something similar, to produce wireframe diagrams that can be animated and annotated. |
|||
|