Android ListView 就像电话簿一样

发布于 2024-12-13 06:19:28 字数 340 浏览 0 评论 0原文

如何使 ListView 行的行为类似于电话簿中的行为?

我想在将线条向右拖动(向右滑动)时发送消息。

当我将线路向左拖动(向左滑动)时,我想呼叫某人。

http://imageshack.us/photo/my-images/508/81848287.png/

http://imageshack.us/photo/my-images/502/73736840.png/

谢谢。

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).

http://imageshack.us/photo/my-images/508/81848287.png/

http://imageshack.us/photo/my-images/502/73736840.png/

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里南柯 2024-12-20 06:19:28

使用标题分隔列表适配器,其中一些子项将是不可单击的标题,而其他子项将是可单击的部分。
按照本教程操作

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文