Android 自定义实现滑动卡片堆叠效果

方式一:自定布局

第三方的轮子地址 https://github.com/xmuSistone/AndroidPileLayout


方式二:自定义LayoutManager+RecycleView 实现

https://github.com/HirayClay/StackLayoutManager



方式三:viewPage实现

https://www.cnblogs.com/lzh-Linux/p/9001235.html



本文仅仅提供思路和方式,看你的需求选择。文章引用别人写好的轮子,如有侵权联系本人删除!

你可能感兴趣的:(Android 自定义实现滑动卡片堆叠效果)