I'm trying to configure the SimpleGrid.brs sample and get it integrated with either XML or JSON feeds from my host. Can anyone share with me some sample code for pulling in either XML or JSON data that's compatible with SimpleGrid.brs? I see that there's code in the SimplePlayer/CategoryFeeds.brs file, but I'm having difficulty merging that logic with the SimpleGrid sample. If someone could show me the section of code that could follow this comment in the source, I'd appreciate it:
For this example, we just cheat and
'** create and return a static array with just the minimal items
'** set, but ideally, you'd go to a feed service, fetch and parse
'** this data dynamically, so content for each category is dynamic
'********************************************************************
Function getShowsForCategoryItem(category As Object) As Object
Any advice is greatly appreciated.