Search code examples
android-webviewandroid-tvleanback

Android tv : Webview for each item in header fragment


I want to show a separate webview when clicked on any header item; using BrowseSupportFragment for this purpose. But all the examples I have seen binds row of grids to each header item.

Please guide me how to bind webview to each item in header fragment. enter image description here


Solution

  • Here's an example:

    PageAndListRowFragment.java