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.
我需要获取 FooterView 的位置(或者说列表中的最后一项)ListView
ListView
我试过getListView().getCount()了,但没有帮助。
getListView().getCount()
有人可以帮忙吗?
提前致谢!
你的问题有点含糊,但如果你有一个页脚,这将得到它的索引:
int position = getListView().getCount() - 1;