Flex 4.5:Passing data between the mobile Views/Activity
Flex 4.5 (mobile development with Flex): Passing data between the mobile Views/Activity In this Tutorial I am going to pass the data between to Activity/View/Screens.. I am taking two Views are 'Home' and 'seeName' screens in First Screen--Home we need to create one object like object_Name:Object=new Object(); example: x:Object=new Object(); after that ,we should add the data to the object,take variable name like x.variable1 then pass the screen1(Home) data to that variable like ...