How to create scrollable page of carousels in Android?

后端 未结 5 949
再見小時候
再見小時候 2020-12-12 15:36

I am attempting to build a UI for my Android app which contains a vertically scrollable page of horizontally scrollable carousels (something like what the Netflix app does).

5条回答
  •  北海茫月
    2020-12-12 16:16

    You can use a ScrollView as parent inside that ScrollView place a Vertical LinearLayout in for loop inflate a layout which consist coverflow for carousel effect

    • github link of android-coverflow

提交回复
热议问题