Posts

Showing posts with the label transfer the data between two Views in Flex

Flex 4.5:Passing data between the mobile Views/Activity

Image
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         ...