Phillip
Posts: 0
Joined: Sun Mar 30, 2014 2:15 pm

How to create a scrolling RSS View

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)

Phillip
Posts: 0
Joined: Sun Mar 30, 2014 2:15 pm

How to create a scrolling RSS View

Any thoughts on this?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How to create a scrolling RSS View

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.

Return to “Issues”