So in the sample application a list of categories is loaded and then you choose a button which links to a feed.
I need to have 2 layers of categories.
First people choose English or Spanish, then based on that another category page is loaded.
All the example show things like
<categoryLeaf title="The Mind" description="" feed="http://rokudev.roku.com/rokudev/examples/videoplayer/xml/themind.xml"/><categoryLeaf title="Global Issues" description="" feed="http://rokudev.roku.com/rokudev/examples/videoplayer/xml/globalissues.xml"/>
I need to have a leaf that leads to another page of categories.... does anyone know how to do this?
So instead of feed="whatever.xml"
i need something else I assume? category="whatever.xml"
?
Thanks in advance for any help