Page 2 of 2

How to create a scrolling RSS View

Posted: Fri Apr 04, 2014 1:49 pm
by Phillip

Thanks. I've followed the articles listed above. They all work for their particular scenario. However I cannot figure out how to (using the apperio controls) to:

  1. Get an XML File

  2. Parse the Contents

  3. Fill out an Array

  4. Bind it to a control(s) that has Image, text and description

  5. Loop it through 20 records

  6. Display it to the user in a scrollable frame

    You guys should write up how to build a 'Blog' reader (with 20+ postings)


How to create a scrolling RSS View

Posted: Sun Apr 06, 2014 4:59 pm
by Phillip

Any thoughts on this?


How to create a scrolling RSS View

Posted: Sun Apr 06, 2014 10:14 pm
by Alena Prykhodko

Phillip,

1, 2, 3 for these goals you need to create service. In the url set your xml file url. And set "xml" as "Data type". Please see details here http://docs.appery.io/documentation/r...

4, 5, 6 - for these goals you need to implement datasource for service above and map it. Please see here how to do it: http://docs.appery.io/tutorials/build...

Also if you have some troubles with it please tell us (send screen shots) what you have tried and what does not work.