Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在我的 android 应用程序中有一个长 ListView,我想将那个 ListView 分成多个页面,这样当用户选择下一个按钮时,它将位于操作栏中,它会转到下一组 ListView 项目。
我该如何实现这一目标?
您可以编写自己的 ListAdapter/ArrayAdapter 并让它只加载您想要的项目。arrayadapter 很好用,也很容易使用。
ArrayAdapter 示例, 这是另一个示例