当您在 android listview 中滑动任何列表项时想要调用
Posted
技术标签:
【中文标题】当您在 android listview 中滑动任何列表项时想要调用【英文标题】:want to call when you swipe any list item in android listview 【发布时间】:2012-09-15 19:06:44 【问题描述】:您好,想在 android 中使用如下图所示的滑动功能从 listview 调用任何联系人的功能。
我如何在 android 中实现这一点?
任何建议将不胜感激。谢谢。
【问题讨论】:
【参考方案1】:我想你想在 Listview 上滑动抽屉,下面的链接解释了如何实现这个:
教程链接:http://w2davids.wordpress.com/android-damn-that-sliding-drawer/
堆栈溢出帖子:Android - ListView slide left/right like Samsung contact ListView
Animate Android ListView to slide up and down like the notification list
另一个教程另一个链接如下: http://android-coding-tuts.blogspot.in/2012/02/custom-listview-with-sliding-view-for.html
【讨论】:
以上是关于当您在 android listview 中滑动任何列表项时想要调用的主要内容,如果未能解决你的问题,请参考以下文章
android scrollview 嵌套listview 不滑动
android中listview如何支持上下滑动,左右滑动且左右滑动时可以指定固定列数
Android中不同方向嵌套滑动的解决方式(ListView为样例)