Shahbaz_Faiz_Mo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2015
12:53 AM
Custom screen with top menu items and grid view
Hi All,
I am new to Roku Channel Development and I want to create a Custom Screen having Top Navigation Menu items and a GridScreen beneath it. (Something like VUDU roku channel)
If user change focus among top navigation items by pressing the remote key left-right then Gridview populates as per the item's content.
Also I want user to navigate from top menu item to GridView item and vice-versa by pressing the remote key up-down, and by pressing the remote key left-right button user should navigate to menu's items and grid view items.
Thanks
Shahbaz
I am new to Roku Channel Development and I want to create a Custom Screen having Top Navigation Menu items and a GridScreen beneath it. (Something like VUDU roku channel)
If user change focus among top navigation items by pressing the remote key left-right then Gridview populates as per the item's content.
Also I want user to navigate from top menu item to GridView item and vice-versa by pressing the remote key up-down, and by pressing the remote key left-right button user should navigate to menu's items and grid view items.
Thanks
Shahbaz
2 REPLIES 2

NewManLiving
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2015
09:42 AM
Re: Custom screen with top menu items and grid view
The best way to achieve this is with the 2D API. You can also use imagecanvas but it would not be really suitable for what you are trying to do. The 2D has a learning curve and as one brilliant developer has put it "Is a daunting task". But it is quite rewarding if you have the time to invest in it. Working for a client is probably not the best time to experiment with such complexity as you describe. It would involve not only mastering the 2D but also the texturemanager component which is best used asynchronously for dynamic grids. There are built-in components which offer the same menu/grid combo
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
tvjay
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2015
08:37 AM
Re: Custom screen with top menu items and grid view
"NewManLiving" wrote:
The best way to achieve this is with the 2D API. You can also use imagecanvas but it would not be really suitable for what you are trying to do. The 2D has a learning curve and as one brilliant developer has put it "Is a daunting task". But it is quite rewarding if you have the time to invest in it. Working for a client is probably not the best time to experiment with such complexity as you describe. It would involve not only mastering the 2D but also the texturemanager component which is best used asynchronously for dynamic grids. There are built-in components which offer the same menu/grid combo
You can modify the gridscreen? I am trying to put a big splash screen above a standard gridscreen but didn't think that was possible.