打赏

android ScrollView

  1. Discrollview
    支持滚动时 Item 淡入淡出,平移,缩放效果的 ScrollView
    项目地址:https://github.com/flavienlaurent/discrollview
    Demo 地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.apk

  2. PullScrollView
    仿照新浪微博 Android 客户端个人中心的 ScrollView,下拉背景伸缩回弹效果。
    项目地址:https://github.com/MarkMjw/PullScrollView
    效果图:Renderings

  3. ArcLayout
    一个非常简单的弧布局库
    项目地址:https://github.com/ogaclejapan/ArcLayout
    Demo 地址:https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
    效果图:
    https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo2.gif

  4. ParallaxScrollView
    支持视差滚动的 ScrollView ,背景图片的滚动速度小于 ScrollView 中子控件的滚动速度
    项目地址:https://github.com/chrisjenx/ParallaxScrollView
    Demo 地址:http://cloud.github.com/downloads/chrisjenx/ParallaxScrollView/ParallaxScrollViewDemo-v1.0.5.apk

  5. AKParallax-Android
    支持视差滚动的 ScrollView
    项目地址:https://github.com/ideaismobile/AKParallax-Android
    Demo 地址:https://play.google.com/store/apps/details?id=com.appkraft.parallax_sample

  6. Android-ObservableScrollView
    监听滚动视图滚动事件的库,帮助与 Toolbar 的交互动效处理与 Material Design 的实现
    项目地址:https://github.com/ksoichiro/Android-ObservableScrollView
    Demo 地址:https://play.google.com/store/apps/details?id=com.github.ksoichiro.android.observablescrollview.samples2

  7. OverScrollView
    有弹性的 ScrollView,实现了当手指滑动到 ScrollView 的顶部、底部时,可以继续的向上、向下拉伸。当释放手指的时候,向上、下回弹
    项目地址:https://github.com/EverythingMe/OverScrollView

posted @ 2023-03-20 15:17  张学涛  阅读(23)  评论(0编辑  收藏  举报