登录 注册
当前位置:主页 > 资源下载 > 9 > 确认交互效果的Android代码实现-滑动完成

确认交互效果的Android代码实现-滑动完成

  • 更新:2024-08-28 14:33:14
  • 大小:672KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

SwipeCoordinator SwipeCoordinator simplifies the processs of implementing animated swipeable views. It links a view with its parent as a single behavioural unit constrained by the parent boundaries. SwipeCoordinator supports both left-to-right and top-to-bottom direction. SetUp Add to top level gradle.build file allprojects { repositories { maven { url "https://jitpack.io" } } } Add to app module gradle.build file dependencies { compile 'com.github.VictorAlbertos:SwipeCoor