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.
我有四个值ArrayList。我已经为ListView. 但是我需要使用具有选定列表位置ListView的静态四个值()一次又一次地滚动。ArrayList现在我无法滚动四个静态值。如果有人知道答案,请分享您的想法。
ArrayList
ListView
谢谢。
您应该使用这个EndlessAdapter,然后每次appendCachedData()调用时都插入这 4 个值。
appendCachedData()