1024Tech
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2012
02:13 PM
Multiple Levels of 'Category Leaves'
Hi Everyone,
I am new to Roku Development and trying to understand the hierarchy in which Categories / Subcategories and items are displayed. (tweaking Videoplayer example)
I am wondering if there is a way to display multiple levels of 'Category leaf' nodes.
I am trying to achieve something like this..
--Category - 'Archives'
-------Category Leaf - 'By Channel'
--------------Category leaf - 'Channel Name'
Can the 'Feed' value in a 'Category Leaf' return further Categories?
I would greatly appreciate if someone can throw some light guiding me in figuring out this.
Thank You,
I am new to Roku Development and trying to understand the hierarchy in which Categories / Subcategories and items are displayed. (tweaking Videoplayer example)
I am wondering if there is a way to display multiple levels of 'Category leaf' nodes.
I am trying to achieve something like this..
--Category - 'Archives'
-------Category Leaf - 'By Channel'
--------------Category leaf - 'Channel Name'
Can the 'Feed' value in a 'Category Leaf' return further Categories?
I would greatly appreciate if someone can throw some light guiding me in figuring out this.
Thank You,
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2012
03:36 PM
Re: Multiple Levels of 'Category Leaves'
This may help: viewtopic.php?f=34&t=43332
1024Tech
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2012
10:25 PM
Re: Multiple Levels of 'Category Leaves'
"RokuChris" wrote:
This may help: viewtopic.php?f=34&t=43332
Thank You so much Chris!
That was helpful.
The Categories / Subcategories that I will have are dynamic.
So from my understanding, I have to come with my own parsing code to implement this "multiple levels" of categories.
Please correct me If I am wrong.