I have to get a large amount of data from a server to a mobile application.
Currently i am passing the data in XML format which, seems to work.
I want to know if there is another better way to do this.
Also further i may need to show the data using page views.
Note: Using Flex builder 4.6 for development of app.
JSON is always a better choice when there is a data transfer between server-device. It is light-weight and easy to parse.