滑动以在 ListView 中显示按钮,就像 IOS
Swipe to show Buttons in ListView just like IOS
我正在尝试在 Android 中实现 IOS 类似邮件的滑动效果。我浏览了几个 link 和博客,但没有一个比得上 IOS 邮件应用程序。我也搜索了 SO 但没有任何帮助。
我在下面试过 link:
https://github.com/47deg/android-swipelistview
https://github.com/dharanikumar/IOS_7-SwipeGesture-Android
https://github.com/baoyongzhang/SwipeMenuListView
这就是我想要的:
如何在 Android ListView 中应用这些效果?有没有可能有用的库或代码片段?
不确定您在使用其他库时遇到的问题是什么,但您可以试试这个:
AndroidSwipeLayout
我还想指出,尝试在外观和感觉方面模仿另一个平台的特定应用程序是徒劳的。
我正在尝试在 Android 中实现 IOS 类似邮件的滑动效果。我浏览了几个 link 和博客,但没有一个比得上 IOS 邮件应用程序。我也搜索了 SO 但没有任何帮助。
我在下面试过 link:
https://github.com/47deg/android-swipelistview
https://github.com/dharanikumar/IOS_7-SwipeGesture-Android
https://github.com/baoyongzhang/SwipeMenuListView
这就是我想要的:
如何在 Android ListView 中应用这些效果?有没有可能有用的库或代码片段?
不确定您在使用其他库时遇到的问题是什么,但您可以试试这个: AndroidSwipeLayout
我还想指出,尝试在外观和感觉方面模仿另一个平台的特定应用程序是徒劳的。