"ozarksvt" wrote:
Okay, I am building out this Roku package "Simple Grid with Details and Video" but I am stuck. I need 5 rows and have all 5 show up on the dev instead of the 2 that it comes with, but all 5 show the exact same feed. How do I get each row to display it's own content? I would prefer to use a separate feed for each row....or have the feed pull from 5 different XML files. What do you need from me to help answer my question? :?
If you want the channel to do what you say you want it to do (have the feed pull from 5 different XML files), then it's a trivial change, no need to change the feed parsing code.
Add the url string as a parameter to GetApiArray(), and call GetApiArray() with the url string for each of your separate XML feeds. Do that as many times as you want. Add the results from each call to GetApiArray() to 'list', just like for the first two rows in the example.
-----
"ozarksvt" wrote:
It seems that this is a club that you really want to keep all your own
And I would strongly recommend you refrain from insulting other developers on this forum, especially those who have devoted hundreds or thousands of hours of their time over several years learning the skills they need to develop for this platform, and in turn passing their knowledge back to the community in the form of thousands of forum posts coming to the assistance of those less knowledgeable than themselves. This is not a "club that you really want to keep all your own". I could go on for hours about why that is but a) I'm really not in the mood; and b) I really don't think you'd get it.