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.
我正在平板电脑上纵向测试我的应用程序。我有一个总共有 50 多行的 ListView,它在屏幕上一次显示至少 20 行。
但是由于某种原因,当我使用方法时listView.getChildCount,它会返回9并listView.getLastVisiblePosition()返回8。这些值肯定太小了 - 请记住,我一次看到至少 20 行。我该如何解决这个问题?
listView.getChildCount
9
listView.getLastVisiblePosition()
8