我需要实现像https://play.google.com/store/apps/details?id=com.alphonso.pulse
这样的应用程序我试过的是,
I think they should done through horizontalscrollview/horizontallistview.
So i integrate horizontal listview through this sample,
https://www.dev-smart.com/archives/34
我需要的是,
我需要在垂直列表视图中集成水平列表视图
我应该知道他们如何整合这个想法
任何帮助都应该是值得赞赏的。谢谢
答案 0 :(得分:0)
你需要这样的东西吗?
<ScrollView>
<LinearLayout android:orientation="vertical">
<!-- First row -->
<HorizontalScrollView>
<LinearLayout android:orientation="horizontal">
<!-- Items of this row -->
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
</ScrollView>
您需要设置适当的布局属性,并且可能需要向行添加标题。如果您有可变数量的行,则可以通过编程方式创建它们。
答案 1 :(得分:0)
我迟到但你可以使用它.. https://github.com/lucasr/twoway-view