如何拥有一个ListView的多个页面?

时间:2012-06-02 15:55:14

标签: android android-listview

我目前在我的Android应用程序中有一个长ListView,我想将一个ListView分成多个页面,这样当用户选择下一个按钮时,它将在操作栏中,它会转到下一组ListView项目

我如何实现这一目标?

1 个答案:

答案 0 :(得分:0)

您可以编写自己的ListAdapter / ArrayAdapter,并只加载您想要的项目。 arrayadapter很好用,也很容易使用。

ArrayAdapter examplehere is another example