本文介绍了ListView长度和项目选择索引问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的应用程序将响应列表视图上的用户选择,然后将所选项目传递给另一个活动。但是,长度有时小于适配器长度。
和应用程序崩溃(强制关闭)。
我怎样才能获得真正的位置我的listview选择的项目?
解决方案
My application will respond to a user selection on a listview, and then pass the selected item to another activity. But, length is sometimes less than adapter length.
and the application crashes (force close).
How can I get the real position of item selected of my listview?
解决方案
这篇关于ListView长度和项目选择索引问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!