1) app  should be created as a similer look and feel to mockup, i dont think
it possible to convert mockups directly to fully functional app in any
language. there are two ways of doing skinning in flex , programmertically
and graphically
when its comes to graphically , you can use illustrator , flash or any other
means to create the skin
skin may hold states , those are changed depending on the event occurred.
ex: upSkin ,DownSkin ,OverSkin those are the three stats of a button which
upSkin will trigger on mouse up event , and overSkin on over ...etc


so you can either have those in a swc and reference to it . or get the
images and bind them manually
you can also do this programmertically by creating a custom actionscript
class.

2) try asunit , flex monkey , or selenuim in this regard there are lots of
ways you can do unit testing with flex
3) data binding means when a properties source is set to an variable and we
may later change variable later and view will automatically get effected.
this is archieved by internal event dispatching ,this is native support for
data types other than arrays (arrays are normally not bindable,in case try
array collection)
4) as you do in a other languages , just you an interface..

thanks

dinukx


On Fri, Oct 30, 2009 at 10:54 AM, lakshminarayan k <[email protected]>wrote:

> 1.how to  Translate screen mockups into fully functional applications and
> how to create skins in flex
> 2.how write test cases and unit testing is there any separeate toll is
> there (like ANT)..any example plz assiist .....
> 3.what is meant by data binding
> 4.how impliment polymorphism concep t  in flex
>
> pls assit me
> thanks  regards
> LAKS
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to