Page 1 of 1

Multiple items from one API?

Posted: Wed Jun 17, 2015 5:31 pm
by Curtis Parfitt-Ford

Heya,

Is there any way to parse an XML feed and map different bits of it to different listings within an app? e.g. I want to parse this XML document: https://www.reddit.com/r/all.xml into a list that contains the title and description from each , but the mapping I'm using at the minute only puts out the same item over and over, despite the fact that testing the API shows Appery is receiving all the elements.


Multiple items from one API?

Posted: Wed Jun 17, 2015 8:54 pm
by Serhii Kulibaba

Hello Curtis,

Please use storage variables for that. You can store responses of different services into one array of storage variable and use it for mapping components.