使用带有软键盘的 GridView 的问题
我的程序的主面板是一个GridView。但是当我触摸它的一个项目并通过软键盘输入一些单词时,GridView的每个项目都会改变其位置。然后退出程序,令我惊讶的是,当我点击它时,这些项目都很好再次启动程序, 有什么建议吗? 谢谢。
My program's main panel is a GridView .But when I touch an item of it and type in some words by soft keyboard,every item of the GridView changes its position.Then exit the program ,it amazes me that the items is just fine when I launch the program again ,
Any suggestions?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在学习Android,也遇到了同样的问题。我在这里找到了答案:
BaseAdapter 导致 ListView 退出滚动时的顺序
问题出在图像适配器的标准实现上。
I'm learning Android and I had the same problem. I found the answer here:
BaseAdapter causing ListView to go out of order when scrolled
The problem was with the standard implementation of the image adapter.