2

I wonder if its possible to use a BrowseFragment with another Layer/Level of Rows. something like

cat1 - row1 -> item1 -> subrow1
cat2 - row2 -> item1 -> subrow2

and so on. Is there something i can do with a BrowseFragment and the Adapter to get that hierarchy or should i implement it myself?

And how could i implement that myself? i would spawn another Activity with a VerticalRowFragment but thats not exactly the same.

Any hints or tipps are welcome. enter image description here

4

1 回答 1

8

对的,这是可能的。看看这个答案。我正在尝试完成教程系列的第二部分,它解释(并显示代码)正是这样做的。

如果您想查看示例(并且您有 Nexus Player/ADT-1),请查看musixmatch 应用程序。它是使用完全相同的技术构建的。

编辑

这是文章!如果您想看看,它是更大系列的一部分。

于 2014-12-04T09:06:37.707 回答