Android ListView 就像电话簿一样
如何使 ListView 行的行为类似于电话簿中的行为?
我想在将线条向右拖动(向右滑动)时发送消息。
当我将线路向左拖动(向左滑动)时,我想呼叫某人。
谢谢。
How to make ListView rows behave like in PhoneBook?
I want to send a message when I drag the line to the right (swipe right).
I want to call a person when I drag the line to the left (swipe left).
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用标题分隔列表适配器,其中一些子项将是不可单击的标题,而其他子项将是可单击的部分。
按照本教程操作
Use Header separated list adapter , where some of the child items will be non clickable headers and others will be clickable sections .
follow this tutorial